https://developers.weixin.qq.com/doc/channels/API/windowproduct/list_get.html
参数使用
// 获取带货商品
{
"page_size": 100,
"page_index": 1,
"need_total_num": true,
"query_cps_product": true
}
返回结果
{
"errcode": 0,
"errmsg": "ok",
"products": [],
"total_num": 0
}
您好,