Skip to content
New issue

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

🐛 视频号线索[获取留资信息详情]接口,新版本返回更多详细字段,需兼容新版本 #3265

Closed
imyzt opened this issue Apr 28, 2024 · 0 comments · Fixed by #3266

Comments

@imyzt
Copy link

imyzt commented Apr 28, 2024

简要描述

微信视频号助手,获取留资信息详情接口,存在新老版本,默认version=NULL时信息较少,近期发现传version=1(官方无公告)时,可以获取到更多信息。新增了time(留资时间-很重要)anchor_nickname(主播昵称)live_start_time(直播开始时间)

涉及接口列表:

  1. 按时间获取留资信息详情
  2. 按直播场次获取留资信息详情

涉及SDK方法:

  1. 按时间获取留资信息详情
    https://github.com/Wechat-Group/WxJava/blob/47c55ef94aca19f566a85d898fcc5ca73de5bb83/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxLeadComponentService.java#L27
  2. 按直播场次获取留资信息详情
    https://github.com/Wechat-Group/WxJava/blob/47c55ef94aca19f566a85d898fcc5ca73de5bb83/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxLeadComponentService.java#L35

模块版本情况

  • WxJava 模块名: weixin-java-channel
  • WxJava 版本号: 4.6.1.B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant