feat(wxapi): 随官方更新视频号小店相关接口模型

This commit is contained in:
Fu Diwei
2024-04-29 23:00:25 +08:00
parent 348df3d996
commit 5bb7492ac3
38 changed files with 512 additions and 54 deletions

View File

@@ -18,7 +18,8 @@
"tel_number": ""
},
"refund_info": {
"amount": 11
"amount": 11,
"refund_reason": 1
},
"return_info": {
"waybill_id": "",

View File

@@ -1,8 +1,12 @@
{
{
"category_info": {
"level1": 7419,
"level2": 7439,
"level3": 7448,
"certificate": ["THE_MEDIA_ID_1", "THE_MEDIA_ID_2"]
"certificate": [ "THE_MEDIA_ID_1", "THE_MEDIA_ID_2" ],
"brand_list": [
{ "brand_id": 1001 },
{ "brand_id": 1002 }
]
}
}

View File

@@ -12,17 +12,46 @@
"level": 3
},
"qua": {
"qua_id": "1003",
"qua_id": "0",
"need_to_apply": true,
"tips": "",
"mandatory": true
},
"product_qua": {
"qua_id": "1003",
"qua_id": "0",
"need_to_apply": true,
"tips": "",
"mandatory": true
}
},
"brand_qua": {
"qua_id": "0",
"need_to_apply": true,
"tips": "",
"mandatory": true
},
"product_qua_list": [
{
"qua_id": "1111487",
"need_to_apply": true,
"tips": "若涉及名人或大师作品,可提供作品授权证明/大师资质证明",
"mandatory": true,
"name": "作品授权证明/大师资质证明"
},
{
"qua_id": "1111488",
"need_to_apply": true,
"tips": "若涉及名人或大师作品,可提供鉴定证书",
"mandatory": false,
"name": "鉴定证书"
},
{
"qua_id": "1111489",
"need_to_apply": true,
"tips": "若涉及名人或大师作品,可提供收藏证书",
"mandatory": false,
"name": "收藏证书"
}
]
},
{
"cat": {

View File

@@ -9,6 +9,7 @@
"shop_no_shipment": false,
"access_permit_required": false,
"pre_sale": false,
"seven_day_return": false,
"brand_list": [
{
"brand_id": "10000031"
@@ -28,7 +29,7 @@
{
"name": "检测标准",
"type": "select_one",
"value": "3C;美标;欧盟 ECE ;ADAC;C-NCAP",
"value": "3C;美标;欧盟ECE;ADAC;C-NCAP",
"is_required": false
},
{
@@ -42,6 +43,30 @@
"basis_point": 250,
"original_basis_point": 250,
"incentive_type": 0
},
"is_limit_brand": false
},
"product_qua_list": [
{
"qua_id": "1111487",
"need_to_apply": true,
"tips": "若涉及名人或大师作品,可提供作品授权证明/大师资质证明",
"mandatory": false,
"name": "作品授权证明/大师资质证明"
},
{
"qua_id": "1111488",
"need_to_apply": true,
"tips": "若涉及名人或大师作品,可提供鉴定证书",
"mandatory": false,
"name": "鉴定证书"
},
{
"qua_id": "1111489",
"need_to_apply": true,
"tips": "若涉及名人或大师作品,可提供收藏证书",
"mandatory": false,
"name": "收藏证书"
}
}
]
}

View File

@@ -14,7 +14,24 @@
"finder_ids": [
"finder_id_01"
],
"finder_num": 1
"finder_num": 1,
"finder_info_list": [
{
"finder_id": "sphAAAA",
"begin_time": 1669867200,
"end_time": 1672459200
},
{
"finder_id": "sphBBBB",
"begin_time": 1669867200,
"end_time": 1672459200
},
{
"finder_id": "sphCCCC",
"begin_time": 1669867200,
"end_time": 1672459200
}
]
},
"ext_info": {
"is_sale_forbidden": false,

View File

@@ -1,4 +1,4 @@
{
{
"order_id": "123456",
"delivery_list": [
{
@@ -11,7 +11,16 @@
"product_id": "12345",
"sku_id": "678910"
}
]
],
"course_info": {
"start_time": 1675180800,
"end_time": 1675958400,
"course_path": {
"type": 0,
"wxa_appid": "wxabcdes",
"wxa_path": "path"
}
}
}
]
}

View File

@@ -73,6 +73,27 @@
"edit_time": 1700450698,
"after_sale_info": {
"after_sale_address_id": 123345
}
},
"product_qua_infos": [
{
"qua_id": 1111484,
"qua_url": [
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HCnhqIWMZSIAJzzDRNmevAzRXj5ZCAZw8vGKYF1GW8Y"
]
},
{
"qua_id": 1111491,
"qua_url": [
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HPySAtxADO1LuDHdmJ7wiSwJzyEicLNTSAE-a10swwM"
]
},
{
"qua_id": 1111492,
"qua_url": [
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HGekHKK4yA_s0Ur3wwgil2x_6sZ7RiFpA4JSSfT_gYI",
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HPfiP6fjCN5BeLJ48i9e0zANmKUuv-hyo55nuUk9mBA"
]
}
]
}
}