feat(wxapi): 新增微信小店推客带货相关接口

This commit is contained in:
Fu Diwei
2025-06-07 22:47:25 +08:00
parent 29dc515571
commit dfc1d4e470
218 changed files with 5399 additions and 130 deletions

View File

@@ -0,0 +1,34 @@
{
"errcode": 0,
"errmsg": "ok",
"commssion_clue": {
"order_id": "123",
"sku_id": "12345",
"create_time": 1675855175,
"update_time": 1675855217,
"status": 20,
"clue_detail": {
"shop_info": {
"appid": "wxxxx"
},
"product_info": {
"product_id": "12345",
"thumb_img": "https://test.com/0",
"title": "test_123",
"actual_payment": 100
},
"order_info": {
"status": 20
},
"sharer_info": {
"sharer_appid": "",
"nickname": "",
"opensharerid": ""
},
"buyer_info": {
"open_id": "",
"union_id": ""
}
}
}
}

View File

@@ -0,0 +1,7 @@
{
"page_size": 1,
"create_time_range": {
"start_time": 1676375581,
"end_time": 1676375754
}
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"list": [
{
"order_id": "123",
"sku_id": "1234"
}
],
"has_more": true
}

View File

@@ -0,0 +1,5 @@
{
"errcode": "0",
"errmsg": "ok",
"qrcode_url": "https://mp.weixin.qq.com/"
}