mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(wxapi): 新增微信小店推客带货相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"order_id": "123",
|
||||
"sku_id": "12345"
|
||||
}
|
||||
@@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"page_size": 1,
|
||||
"create_time_range": {
|
||||
"start_time": 1676375581,
|
||||
"end_time": 1676375754
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"list": [
|
||||
{
|
||||
"order_id": "123",
|
||||
"sku_id": "1234"
|
||||
}
|
||||
],
|
||||
"has_more": true
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": "0",
|
||||
"errmsg": "ok",
|
||||
"qrcode_url": "https://mp.weixin.qq.com/"
|
||||
}
|
||||
Reference in New Issue
Block a user