程序包 | 说明 |
---|---|
cn.binarywang.wx.miniapp.api | |
cn.binarywang.wx.miniapp.api.impl | |
cn.binarywang.wx.miniapp.bean.live |
限定符和类型 | 方法和说明 |
---|---|
WxMaLiveResult |
WxMaLiveGoodsService.addGoods(WxMaLiveGoodInfo goods)
商品添加并提审
调用此接口上传并提审需要直播的商品信息,审核通过后商品录入【小程序直播】商品库
注意:开发者必须保存【商品ID】与【审核单ID】,如果丢失,则无法调用其他相关接口
调用额度:500次/一天
http请求方式:POST https://api.weixin.qq.com/wxaapi/broadcast/goods/add?
|
WxMaLiveResult |
WxMaLiveGoodsService.getApprovedGoods(Integer offset,
Integer limit,
Integer status)
获取商品列表
调用此接口可获取商品列表
调用额度:10000次/一天
http请求方式:GET https://api.weixin.qq.com/wxaapi/broadcast/goods/getapproved?
|
WxMaLiveResult |
WxMaLiveGoodsService.getGoodsWareHouse(List<Integer> goodsIds)
获取商品状态
调用此接口可获取商品的信息与审核状态
调用额度:1000次/一天
http请求方式:POST https://api.weixin.qq.com/wxa/business/getgoodswarehouse?
|
WxMaLiveResult |
WxMaLiveService.getLiveInfo(Integer start,
Integer limit)
获取直播房间列表.
|
WxMaLiveResult |
WxMaLiveService.getLiveReplay(Integer roomId,
Integer start,
Integer limit)
获取直播房间回放数据信息.
|
WxMaLiveResult |
WxMaLiveService.getLiveReplay(String action,
Integer roomId,
Integer start,
Integer limit)
获取直播房间回放数据信息.
|
限定符和类型 | 方法和说明 |
---|---|
WxMaLiveResult |
WxMaLiveGoodsServiceImpl.addGoods(WxMaLiveGoodInfo goods) |
WxMaLiveResult |
WxMaLiveGoodsServiceImpl.getApprovedGoods(Integer offset,
Integer limit,
Integer status) |
WxMaLiveResult |
WxMaLiveGoodsServiceImpl.getGoodsWareHouse(List<Integer> goodsIds) |
WxMaLiveResult |
WxMaLiveServiceImpl.getLiveInfo(Integer start,
Integer limit) |
WxMaLiveResult |
WxMaLiveServiceImpl.getLiveReplay(Integer roomId,
Integer start,
Integer limit) |
WxMaLiveResult |
WxMaLiveServiceImpl.getLiveReplay(String action,
Integer roomId,
Integer start,
Integer limit) |
限定符和类型 | 方法和说明 |
---|---|
static WxMaLiveResult |
WxMaLiveResult.fromJson(String json) |
Copyright © 2024. All rights reserved.