feat(wxapi): 新增视频号商店上传生鲜质检信息接口

This commit is contained in:
Fu Diwei
2024-09-19 10:39:56 +08:00
parent 9064961e2e
commit 3661e3bc8c
4 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"order_id": "12345",
"audit_items": [
{
"item_name": "product_express_pic_url",
"item_value": "https://store.mp.video.tencent-cloud.com/x"
},
{
"item_name": "product_packaging_box_panoramic_video_url",
"item_value": "https://store.mp.video.tencent-cloud.com/y"
},
{
"item_name": "product_unboxing_panoramic_video_url",
"item_value": "https://store.mp.video.tencent-cloud.com/z"
},
{
"item_name": "single_product_detail_panoramic_video_url",
"item_value": "https://store.mp.video.tencent-cloud.com/p"
}
]
}