mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(wxapi): 新增视频号小店获取生效中的品牌资质列表接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"page_size": 5,
|
||||
"next_key": ""
|
||||
}
|
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"brands": [
|
||||
{
|
||||
"brand_id": "10000083",
|
||||
"ch_name": "",
|
||||
"en_name": "vivo",
|
||||
"classification_no": "5",
|
||||
"trade_mark_symbol": 1,
|
||||
"register_details": {
|
||||
"registrant": "111",
|
||||
"register_no": "1111",
|
||||
"start_time": 1667318400,
|
||||
"end_time": 1669219200,
|
||||
"is_permanent": false,
|
||||
"register_certifications": [
|
||||
"file_id_XXXX"
|
||||
],
|
||||
"renew_certifications": [
|
||||
"file_id_XXXX"
|
||||
]
|
||||
},
|
||||
"grant_type": 1,
|
||||
"grant_details": {
|
||||
"grant_certifications": [],
|
||||
"brand_owner_id_photos": []
|
||||
},
|
||||
"application_details": {
|
||||
"acceptance_certification": [
|
||||
"file_id_XXXX"
|
||||
]
|
||||
},
|
||||
"status": 2,
|
||||
"create_time": 1668686275,
|
||||
"update_time": 1668735765
|
||||
},
|
||||
{
|
||||
"brand_id": "10003374",
|
||||
"ch_name": "",
|
||||
"en_name": "byj",
|
||||
"classification_no": "2",
|
||||
"trade_mark_symbol": 1,
|
||||
"register_details": {
|
||||
"registrant": "111",
|
||||
"register_no": "111",
|
||||
"start_time": 1667750400,
|
||||
"end_time": 1669737600,
|
||||
"is_permanent": false,
|
||||
"register_certifications": [
|
||||
"file_id_XXXX"
|
||||
],
|
||||
"renew_certifications": [
|
||||
"file_id_XXXX"
|
||||
]
|
||||
},
|
||||
"application_details": {
|
||||
"acceptance_certification": []
|
||||
},
|
||||
"grant_type": 1,
|
||||
"grant_details": {
|
||||
"grant_certifications": [],
|
||||
"brand_owner_id_photos": []
|
||||
},
|
||||
"grant_type": 1,
|
||||
"status": 2,
|
||||
"create_time": 1667623597,
|
||||
"update_time": 1668152185
|
||||
},
|
||||
{
|
||||
"brand_id": "10002934",
|
||||
"ch_name": "周大生",
|
||||
"en_name": "",
|
||||
"classification_no": "5",
|
||||
"trade_mark_symbol": 1,
|
||||
"register_details": {
|
||||
"registrant": "222",
|
||||
"register_no": "111",
|
||||
"start_time": 1665417600,
|
||||
"end_time": 1666713600,
|
||||
"is_permanent": false,
|
||||
"register_certifications": [
|
||||
"file_id_XXXX"
|
||||
],
|
||||
"renew_certifications": [
|
||||
"file_id_XXXX"
|
||||
]
|
||||
},
|
||||
"application_details": {
|
||||
"acceptance_certification": []
|
||||
},
|
||||
"grant_type": 1,
|
||||
"grant_details": {
|
||||
"grant_certifications": [],
|
||||
"brand_owner_id_photos": []
|
||||
},
|
||||
"status": 2,
|
||||
"create_time": 1666349246,
|
||||
"update_time": 1666352609
|
||||
}
|
||||
],
|
||||
"total_num": 3,
|
||||
"next_key": "next_key_xxxx"
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"freight_template": {
|
||||
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"create_time": 1653892643,
|
||||
"update_time": 1653892643,
|
||||
"is_default": 0,
|
||||
"is_default": false,
|
||||
"not_send_area": {
|
||||
"address_info": []
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"title": "任天堂 Nintendo Switch 国行续航增强版 NS家用体感游戏机掌机 便携掌上游戏机 红蓝主机",
|
||||
"sub_title": "随时随地,一起趣玩。",
|
||||
"head_imgs": [
|
||||
@@ -49,7 +49,26 @@
|
||||
"attr_key": "选择套装",
|
||||
"attr_value": "主机+保护套"
|
||||
}
|
||||
]
|
||||
],
|
||||
"sku_deliver_info": {
|
||||
"stock_type": 1,
|
||||
"full_payment_presale_delivery_type": 2,
|
||||
"presale_begin_time": 1700450698,
|
||||
"presale_end_time": 1700882698,
|
||||
"full_payment_presale_delivery_time": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"spu_code": "AABBCC",
|
||||
"brand_id": 2100000000,
|
||||
"qualifications": [ "123123" ],
|
||||
"extra_service": {
|
||||
"seven_day_return": 1,
|
||||
"pay_after_use": 1,
|
||||
"freight_insurance": 0
|
||||
},
|
||||
"listing": true,
|
||||
"after_sale_info": {
|
||||
"after_sale_address_id": 123345
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product": {
|
||||
@@ -50,9 +50,28 @@
|
||||
"stock_num": 5,
|
||||
"sku_code": "SKU_CODE_TEST",
|
||||
"sku_attrs": [],
|
||||
"status": 0
|
||||
"status": 0,
|
||||
"sku_deliver_info": {
|
||||
"stock_type": 1,
|
||||
"full_payment_presale_delivery_type": 2,
|
||||
"presale_begin_time": 1700450698,
|
||||
"presale_end_time": 1700882698,
|
||||
"full_payment_presale_delivery_time": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"min_price": 1
|
||||
"min_price": 1,
|
||||
"product_type": 1,
|
||||
"spu_code": "AABBCC",
|
||||
"brand_id": 2100000000,
|
||||
"extra_service": {
|
||||
"seven_day_return": 1,
|
||||
"pay_after_use": 1,
|
||||
"freight_insurance": 0
|
||||
},
|
||||
"edit_time": 1700450698,
|
||||
"after_sale_info": {
|
||||
"after_sale_address_id": 123345
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": "324545"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product_h5url": "https://channels.weixin.qq.com/shop/a/xsgVVZtSGpqwd45"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": "324545"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product_qrcode": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/642a2b730001a542dbe0b846bcc4b00b002000a1000f4f50"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"product_id": "324545"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"product_taglink": "#视频号小店://视频号小店/jMv2lqYonCP1qqv"
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"product_id": "10000000089215",
|
||||
"title": "任天堂 Nintendo Switch 国行续航增强版 NS家用体感游戏机掌机 便携掌上游戏机 红蓝主机",
|
||||
"sub_title": "随时随地,一起趣玩。【更新】",
|
||||
@@ -51,7 +51,14 @@
|
||||
"attr_key": "选择套装",
|
||||
"attr_value": "主机+保护套"
|
||||
}
|
||||
]
|
||||
],
|
||||
"sku_deliver_info": {
|
||||
"stock_type": 1,
|
||||
"full_payment_presale_delivery_type": 2,
|
||||
"presale_begin_time": 1700450698,
|
||||
"presale_end_time": 1700882698,
|
||||
"full_payment_presale_delivery_time": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"thumb_img": "https://mmecimage.cn/p/wx37f38d59298839c3/HJE9eJaEc5bJk-eaArVdILSB7MMaHgdK2-JIn51nMQ",
|
||||
@@ -68,7 +75,26 @@
|
||||
"attr_key": "选择套装",
|
||||
"attr_value": "标配"
|
||||
}
|
||||
]
|
||||
],
|
||||
"sku_deliver_info": {
|
||||
"stock_type": 1,
|
||||
"full_payment_presale_delivery_type": 2,
|
||||
"presale_begin_time": 1700450698,
|
||||
"presale_end_time": 1700882698,
|
||||
"full_payment_presale_delivery_time": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"spu_code": "AABBCC",
|
||||
"brand_id": 2100000000,
|
||||
"qualifications": [ "123123" ],
|
||||
"extra_service": {
|
||||
"seven_day_return": 1,
|
||||
"pay_after_use": 1,
|
||||
"freight_insurance": 0
|
||||
},
|
||||
"listing": true,
|
||||
"after_sale_info": {
|
||||
"after_sale_address_id": 123345
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user