feat(wxapi): 新增视频号小店订单相关接口

This commit is contained in:
Fu Diwei
2022-11-03 20:25:14 +08:00
parent 7389dca63c
commit 9fa7c11ec7
44 changed files with 1846 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
{
"ToUserName": "gh_*",
"FromUserName": "OPENID",
"CreateTime": 1662480000,
"MsgType": "event",
"Event": "channels_ec_order_cancel",
"order_info": {
"order_id": "3705115058471208928",
"cancel_type": "1"
}
}

View File

@@ -0,0 +1,11 @@
{
"ToUserName": "gh_*",
"FromUserName": "OPENID",
"CreateTime": 1662480000,
"MsgType": "event",
"Event": "channels_ec_order_confirm",
"order_info": {
"order_id": "3705115058471208928",
"confirm_type": "1"
}
}

View File

@@ -0,0 +1,11 @@
{
"ToUserName": "gh_*",
"FromUserName": "OPENID",
"CreateTime": 1662480000,
"MsgType": "event",
"Event": "channels_ec_order_pay",
"order_info": {
"order_id": "3705115058471208928",
"pay_time": "1658509200"
}
}

View File

@@ -0,0 +1,11 @@
{
"ToUserName": "gh_*",
"FromUserName": "OPENID",
"CreateTime": 1662480000,
"MsgType": "event",
"Event": "channels_ec_order_settle",
"order_info": {
"order_id": "3705115058471208928",
"settle_time": "1662480000"
}
}

View File

@@ -0,0 +1,13 @@
{
"order_id": "123456",
"user_address": {
"user_name": "陈先生",
"postal_code": "2435245",
"province_name": "广东",
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
}
}

View File

@@ -0,0 +1,3 @@
{
"order_id": "37423523451235145"
}

View File

@@ -0,0 +1,84 @@
{
"errcode": 0,
"errmsg": "ok",
"order": {
"order_id": "37423523451235145",
"status": 20,
"create_time": 1658505600,
"update_time": 1658505600,
"order_detail": {
"product_infos": [
{
"product_id": 234245,
"sku_id": 23424,
"sku_cnt": 10,
"on_aftersale_sku_cnt": 10,
"finish_aftersale_sku_cnt": 0,
"title": "健身环",
"thumb_img": "https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
"sale_price": 2000,
"market_price": 2000
}
],
"pay_info": {
"prepay_id": "42526234625",
"transaction_id": "131456479687",
"prepay_time": 1658509200,
"pay_time": 1658509200
},
"price_info": {
"product_price": 20000,
"order_price": 10500,
"freight": 500,
"discounted_price": 10000,
"is_discounted": true
},
"delivery_info": {
"address_info": {
"user_name": "陈先生",
"postal_code": "2435245",
"province_name": "广东",
"city_name": "广州",
"county_name": "海珠区",
"detail_info": "大塘",
"national_code": "234234",
"tel_number": "24534252"
},
"delivery_product_info": [
{
"waybill_id": "134654612313",
"delivery_id": "STO",
"delivery_time": 1620738080,
"deliver_type": 1,
"product_infos": [
{
"product_id": "234245",
"sku_id": "23424",
"product_cnt": 1
}
]
}
],
"ship_done_time": 1620738080,
"deliver_method": 0
},
"coupon_info": {
"user_coupon_id": "301234567890"
},
"ext_info": {
"customer_notes": "发顺丰",
"merchant_notes": "库存不足,取消"
}
},
"aftersale_detail": {
"aftersale_order_list": [
{
"aftersale_order_id": "1234",
"status": 13
}
],
"on_aftersale_order_cnt": 1
},
"openid": "OPENID"
}
}

View File

@@ -0,0 +1,8 @@
{
"create_time_range": {
"start_time": 1658505600,
"end_time": 1658509200
},
"page_size": 10,
"next_key": "THE_NEXT_KEY"
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"order_id_list": ["3704612354559743232", "3704849110714209536"],
"next_key": "THE_NEXT_KEY_NEW",
"has_more": true
}

View File

@@ -0,0 +1,4 @@
{
"order_id": "123456",
"merchant_notes": "abc"
}

View File

@@ -0,0 +1,12 @@
{
"order_id": "123456",
"change_express": true,
"express_fee": 0,
"change_order_infos": [
{
"product_id": "1234",
"sku_id": "5678",
"change_price": 300
}
]
}

View File

@@ -0,0 +1,13 @@
{
"search_condition": {
"title": "标题关键字",
"sku_code": "12321",
"user_name": "张三",
"tel_number": "13700000000",
"order_id": "3713218625342112768"
},
"on_aftersale_order_exist": 0,
"status": 20,
"page_size": 10,
"next_key": "THE_NEXT_KEY"
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"orders": ["3715847042071365120", "3715847042071365121"],
"has_more": false,
"next_key": "THE_NEXT_KEY_NEW"
}

View File

@@ -0,0 +1,4 @@
{
"product_id": "100234056",
"appid": "wxee9f94a3360ad25f"
}

View File

@@ -0,0 +1,32 @@
{
"errcode": 0,
"errmsg": "ok",
"product": {
"product_id": "100234056",
"out_product_id": "out_100234056",
"title": "任天堂 Nintendo Switch 国行续航增强版 NS家用体感游戏机掌机 便携掌上游戏机 红蓝主机",
"img_url": "https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
"third_category_id": 6091,
"status": 1,
"market_price": 1500,
"selling_price": 1300,
"stock": 100,
"sales": 888,
"appid": "wxee9f94a3360ad25f",
"page_path": {
"appid": "wxee9f94a3360ad25f",
"half_page_path": "pages/buy/productDetail?productId=2176180",
"full_page_path": "pages/productDetail/productDetail?productId=2176180"
},
"platform_id": 0,
"platform_name": "我的小店",
"is_hide_for_window": false,
"banned": false,
"limit_discount_info": {
"is_effect": true,
"discount_price": 1300,
"end_time_ms": 1666086005500,
"stock": 10
}
}
}

View File

@@ -0,0 +1,6 @@
{
"appid": "wxee9f94a3360ad25f",
"page_size": 1,
"page_index": 1,
"need_total_num": true
}

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"products": [
{
"product_id": "100234056",
"appid": "wxee9f94a3360ad25f"
}
],
"last_buffer": "EB4YAg=",
"total_num": 11
}