程序包 | 说明 |
---|---|
cn.binarywang.wx.miniapp.api | |
cn.binarywang.wx.miniapp.api.impl |
限定符和类型 | 方法和说明 |
---|---|
WxMaCreateRoomResult |
WxMaLiveService.createRoom(WxMaLiveRoomInfo roomInfo)
创建直播间
调用此接口创建直播间,创建成功后将在直播间列表展示,调用额度:10000次/一天
文档地址:https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/studio-api.html#1
http请求方式:POST https://api.weixin.qq.com/wxaapi/broadcast/room/create?
|
boolean |
WxMaLiveService.editRoom(WxMaLiveRoomInfo roomInfo)
编辑直播间
调用此接口编辑直播间,调用额度:10000次/一天
文档地址:https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/studio-api.html#6
http请求方式:POST https://api.weixin.qq.com/wxaapi/broadcast/room/editroom?
|
限定符和类型 | 方法和说明 |
---|---|
WxMaCreateRoomResult |
WxMaLiveServiceImpl.createRoom(WxMaLiveRoomInfo roomInfo) |
boolean |
WxMaLiveServiceImpl.editRoom(WxMaLiveRoomInfo roomInfo) |
Copyright © 2024. All rights reserved.