feat(wxapi): 新增交易组件修改订单价格相关接口

This commit is contained in:
Fu Diwei
2021-09-18 12:50:34 +08:00
parent 548cbf44ec
commit 42667807e2
5 changed files with 137 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
{
"order_id": 123456,
"change_express": true,
"express_fee": 0,
"change_order_infos": [
{
"product_id": 1234,
"sku_id": 5678,
"change_price": 300
}
]
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}