程序包 | 说明 |
---|---|
me.chanjar.weixin.cp.api | |
me.chanjar.weixin.cp.api.impl | |
me.chanjar.weixin.cp.bean.living |
限定符和类型 | 方法和说明 |
---|---|
WxCpLivingResult.LivingIdResult |
WxCpLivingService.getUserAllLivingId(@NonNull String userId,
String cursor,
Integer limit)
获取成员直播ID列表
通过此接口可以获取指定成员的所有直播ID
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_user_all_livingid?
|
WxCpLivingResult.LivingIdResult |
WxCpSchoolService.getUserAllLivingId(String userId,
String cursor,
Integer limit)
获取老师直播ID列表
通过此接口可以获取指定老师的所有直播ID
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_user_all_livingid?
|
限定符和类型 | 方法和说明 |
---|---|
WxCpLivingResult.LivingIdResult |
WxCpLivingServiceImpl.getUserAllLivingId(String userId,
String cursor,
Integer limit) |
WxCpLivingResult.LivingIdResult |
WxCpSchoolServiceImpl.getUserAllLivingId(String userId,
String cursor,
Integer limit) |
限定符和类型 | 方法和说明 |
---|---|
static WxCpLivingResult.LivingIdResult |
WxCpLivingResult.LivingIdResult.fromJson(String json)
From json living id result.
|
Copyright © 2024. All rights reserved.