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

This commit is contained in:
Fu Diwei
2021-09-18 12:58:34 +08:00
parent 42667807e2
commit 9b1f2407b5
5 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"order_id": 123456,
"merchant_notes": "abc"
}

View File

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