mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增自定义交易组件分享员相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"openids": [ "openid1", "openid2", "openid3" ]
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"success_list": [ "openid1", "openid2", "openid3" ],
|
||||
"fail_list": [],
|
||||
"refuse_list": [],
|
||||
"result_list": [
|
||||
{
|
||||
"openid": "OPENID",
|
||||
"result_code": 0,
|
||||
"reason_code": 0
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"openid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"gmv": 12345,
|
||||
"order_cnt": "9",
|
||||
"user_cnt": 7
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"page": 1,
|
||||
"page_size": 10
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"sharers": [
|
||||
{
|
||||
"openid": "OPENID",
|
||||
"invited_time": "1624082055",
|
||||
"bind_time": "1624082155",
|
||||
"nickname": "NICKNAME"
|
||||
}
|
||||
],
|
||||
"total_num": 20
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"openid": "OPENID",
|
||||
"live_export_id": "LIVE_EXPORT_ID",
|
||||
"page": 1,
|
||||
"page_size": 10
|
||||
}
|
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"orders": [
|
||||
{
|
||||
"order_id": 123455,
|
||||
"out_order_id": "xxxxx",
|
||||
"status": 20,
|
||||
"path": "/pages/order.html?out_order_id=xxxxx",
|
||||
"order_detail": {
|
||||
"promotion_info": {
|
||||
"finder_username": "FINDER_USERNAME",
|
||||
"finder_nickname": "FINDER_NICKNAME",
|
||||
"sharer_openid": "OPENID",
|
||||
"live_start_time": "2020-04-25 12:05:25"
|
||||
},
|
||||
"product_infos": [
|
||||
{
|
||||
"out_product_id": "12345",
|
||||
"out_sku_id": "23456",
|
||||
"product_cnt": 10,
|
||||
"sale_price": 200,
|
||||
"path": "pages/productDetail/productDetail?productId=2176180",
|
||||
"title": "标题",
|
||||
"head_img": "http://img10.360buyimg.com/n1/s450x450_jfs/t1/85865/39/13611/488083/5e590a40E4bdf69c0/55c9bf645ea2b727.jpg",
|
||||
"real_price": 200
|
||||
}
|
||||
],
|
||||
"pay_info": {
|
||||
"pay_method": "微信支付",
|
||||
"prepay_id": "42526234625",
|
||||
"prepay_time": "2020-03-25 14:04:25",
|
||||
"transaction_id": "131456479687",
|
||||
"pay_time": "2020-03-25 14:05:25",
|
||||
"pay_method_type": 0
|
||||
},
|
||||
"price_info": {
|
||||
"order_price": 1600,
|
||||
"freight": 500,
|
||||
"discounted_price": 1000,
|
||||
"additional_price": 100,
|
||||
"additional_remarks": "税费"
|
||||
},
|
||||
"delivery_detail": {
|
||||
"delivery_type": 1,
|
||||
"finish_all_delivery": 1,
|
||||
"delivery_list": [
|
||||
{
|
||||
"waybill_id": "SFXXXX",
|
||||
"delivery_id": "SF"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"total_num": 20
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"openid": "xxxxx",
|
||||
"page": 1,
|
||||
"page_size": 10
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"lives": [
|
||||
{
|
||||
"live_export_id": "LIVE_EXPORT_ID",
|
||||
"live_nickname": "LIVE_NICKNAME",
|
||||
"live_start_time": 2,
|
||||
"live_end_time": 1,
|
||||
"live_status": 1,
|
||||
"gmv": 1000,
|
||||
"order_cnt": 11,
|
||||
"user_cnt": 10
|
||||
}
|
||||
],
|
||||
"total_num": 20
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"openid": "OPENID"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"invited_time": "1624082055",
|
||||
"bind_time": "1624082155",
|
||||
"nickname": "NICKNAME",
|
||||
"bind_status": "1"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"openids": [ "openid1", "openid2", "openid3" ]
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"success_list": [ "openid1", "openid2", "openid3" ],
|
||||
"fail_list": [],
|
||||
"refuse_list": []
|
||||
}
|
Reference in New Issue
Block a user