已有小商店,现在开发小程序使用交易组件,服务端接口获取商品列表为空,为什么?
POST https://api.weixin.qq.com/product/spu/get_list?access_token=xxx body:{"status":5,"page":1,"page_size":10,"need_edit_spu":0} access_token是根据appid和appsecret获取到的 返回值:{"errcode":0,"spus":[],"total_num":0} 小商店上已有商品数据,但是获取始终为空,不知道是什么问题?