1.直播间添加接口,提交成功一次,偶尔会在小程序作品库产生两条作品信息,微信商品ID: 3645,3642
https://api.weixin.qq.com/wxaapi/broadcast/goods/add?access_token=
2.直播间删除接口,删除接口成功,作品还在作品库中 微信商品ID:3691 删除时间 2021-01-12 18:25:12
https://api.weixin.qq.com/wxaapi/broadcast/goods/delete?access_token=
求回复,在线等...
麻烦贴一下相关代码
“作品还在作品库中”,这里“作品库”是指?
文档地址:
https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/commodity-api.html#4
$this->deleteGoodsUrl = https://api.weixin.qq.com/wxaapi/broadcast/goods/delete?access_token=
$this->deleteGoodsUrl = https://api.weixin.qq.com/wxaapi/broadcast/goods/delete?access_token=
$goodsInfo = [
'goodsId'=>3691
];
$result = $this->queryUrl($this->deleteGoodsUrl, self::QUERY_POST, $goodsInfo);