We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信视频号助手,获取留资信息详情接口,存在新老版本,默认version=NULL时信息较少,近期发现传version=1(官方无公告)时,可以获取到更多信息。新增了time(留资时间-很重要)、anchor_nickname(主播昵称)、live_start_time(直播开始时间)。
version=NULL
version=1
anchor_nickname(主播昵称)
live_start_time(直播开始时间)
涉及接口列表:
涉及SDK方法:
The text was updated successfully, but these errors were encountered:
🐛 binarywang#3265【视频号】视频号线索[获取留资信息详情]接口,兼容新版本返回的更多详细字段
42e92ae
🐛 #3265【视频号】视频号线索[获取留资信息详情]接口兼容新版本返回的更多详细字段
a8655b9
Successfully merging a pull request may close this issue.
简要描述
微信视频号助手,获取留资信息详情接口,存在新老版本,默认
version=NULL
时信息较少,近期发现传version=1
(官方无公告)时,可以获取到更多信息。新增了time(留资时间-很重要)、anchor_nickname(主播昵称)
、live_start_time(直播开始时间)
。涉及接口列表:
涉及SDK方法:
https://github.com/Wechat-Group/WxJava/blob/47c55ef94aca19f566a85d898fcc5ca73de5bb83/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxLeadComponentService.java#L27
https://github.com/Wechat-Group/WxJava/blob/47c55ef94aca19f566a85d898fcc5ca73de5bb83/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxLeadComponentService.java#L35
模块版本情况
The text was updated successfully, but these errors were encountered: