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

This commit is contained in:
Fu Diwei
2024-04-29 21:21:13 +08:00
parent 130945eca6
commit 535b190b66
14 changed files with 904 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,35 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"backupDeliveryId": "g6qUCP",
"backupDeliveryName": "HrFbDU",
"boxDTOList": [
{
"boxId": 22415,
"boxName": "z&5loW",
"boxNum": 75172
}
],
"channelAppId": "t0pu",
"deliveryId": "hCX!2T",
"deliveryName": "CYNPu",
"embedGoodsMaterial": "FW8$Q",
"expressMerge": true,
"goodsDesc": "CQD(Nw3",
"goodsMainMaterial": "IW%u4h(",
"goodsName": "rM%&d",
"goodsNum": 87918,
"goodsPartsMaterial": "BZWu",
"inspectBaseId": "X(!vSw",
"inspectBaseName": "CDySkg",
"inspectCode": "3Cqm",
"inspectOrgId": "i8*h",
"inspectOrgName": "T!MMu",
"inspectOrgShortName": "UNTDK",
"merchantName": "Y)fA",
"orderId": "3FH",
"urgentOrder": true,
"printInfo": "JTdCJTIycHJpbnREY"
}
}

View File

@@ -0,0 +1,25 @@
{
"errcode": 0,
"errmsg": "ok",
"inspect_config": {
"warehouse_id": "006",
"delivery_address": {
"contact_name": "ABC2",
"contact_phone": "13566667777",
"province": "湖北省",
"city": "武汉市",
"county": "江夏区",
"detail": "江夏大道1号"
},
"return_address": {
"contact_name": "老钱12",
"contact_phone": "18535816726",
"province": "北京市",
"city": "北京市",
"county": "大兴区",
"detail": "亦庄经济开发区京东总部4号楼"
},
"warehouse_name": "海南CS",
"warehouse_addr": "海南省海南质检机构地址333333221112222"
}
}

View File

@@ -0,0 +1,52 @@
{
"errcode": 0,
"errmsg": "ok",
"submit_config": {
"delivery_list": [
{
"id": "STO",
"name": "申通快递",
"delivery_products": [
{
"id": 1,
"name": "申通快递",
"enable_insure": 2,
"insure_type_list": []
}
]
},
{
"id": "SF",
"name": "顺丰速运",
"delivery_products": [
{
"id": 2,
"name": "顺丰标快",
"enable_insure": 1,
"insure_type_list": [
{
"id": "INSURE",
"name": "基础保",
"upper_limit_type": 1,
"upper_limit_amount": 1000
}
]
},
{
"id": 247,
"name": "顺丰电商标快",
"enable_insure": 2,
"insure_type_list": []
}
]
}
],
"inspect_org_list": [
{
"id": "001",
"name": "中质"
}
],
"charge_url": ""
}
}

View File

@@ -0,0 +1,19 @@
{
"order_id": "37423523451235145",
"inspect_info": {
"delivery_id": "SF",
"backup_delivery_id": "STO",
"delivery_product_id": 2,
"backup_delivery_product_id": 1,
"express_insure": true,
"express_insure_amount": 999,
"delivery_insure_id": "INSURE",
"backup_express_insure": false,
"express_merge": true,
"refund_intercept": 0,
"inspect_org_id": "001",
"inspect_org_name": "中质",
"warehouse_name": "xxx",
"warehouse_addr": "kklmp"
}
}