WeChat.MiniProgram.Live.Subscribe (wechat v0.6.0)
小程序 - 直播长期订阅相关接口
Link to this section Summary
Link to this section Types
Link to this type
limit()
Specs
limit() :: 1..2000
Link to this type
page_break()
Specs
page_break() :: integer()
翻页标记,获取第一页时不带,第二页开始需带上上一页返回结果中的page_break
Link to this section Functions
Link to this function
get_subscribe_list(client, page_break \\ nil, limit \\ 200)
Specs
get_subscribe_list(WeChat.client(), page_break(), limit()) :: WeChat.response()
获取长期订阅用户 - 官方文档
调用此接口获取长期订阅用户列表
Link to this function
push_message(client, room_id, openid_list)
Specs
push_message( WeChat.client(), WeChat.MiniProgram.Live.Room.room_id(), WeChat.openid_list() ) :: WeChat.response()
长期订阅群发接口 - 官方文档
向长期订阅用户群发直播间开始事件