feat(work): 新增获取收款项目的商户单号相关接口

This commit is contained in:
Fu Diwei
2022-08-14 22:10:48 +08:00
parent 5dbc0a77ad
commit e20b855f5f
5 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"bill_list": [
{
"out_trade_no": "xxxx"
},
{
"out_trade_no": "yyyy"
}
]
}