mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 新增获取收款项目的商户单号相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"payment_id": "xxxx"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"bill_list": [
|
||||
{
|
||||
"out_trade_no": "xxxx"
|
||||
},
|
||||
{
|
||||
"out_trade_no": "yyyy"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user