feat(wxapi): 新增视频号小店同意或拒绝用户修改收货地址等接口

This commit is contained in:
Fu Diwei
2024-04-29 20:12:41 +08:00
parent 669d83b64f
commit 292dd1ad18
13 changed files with 2463 additions and 2227 deletions

View File

@@ -0,0 +1,17 @@
{
"order_id": "12345",
"delivery_list": [
{
"delivery_id": "EMS",
"waybill_id": "1234",
"deliver_type": 1,
"product_infos": [
{
"product_cnt": 1,
"product_id": "112233",
"sku_id": "445566"
}
]
}
]
}