feat(wxapi): 新增微信小店订单补发货接口

This commit is contained in:
Fu Diwei
2026-02-05 17:53:56 +08:00
parent b41ef197d5
commit bced0b4998
4 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"order_id": "123456",
"reason": 1,
"delivery_list": [
{
"delivery_id": "YD",
"waybill_id": "23424324253",
"deliver_type": 1,
"product_infos": [
{
"product_cnt": 1,
"product_id": "12345",
"sku_id": "678910"
}
]
}
]
}