feat(work): 随官方更新获取对外收款记录接口模型

This commit is contained in:
Fu Diwei
2023-03-22 21:56:21 +08:00
parent 4d506dd01b
commit b9d4339a48
2 changed files with 50 additions and 6 deletions

View File

@@ -1,13 +1,15 @@
{
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"bill_list": [
{
"transaction_id": "xxxxx",
"bill_type": 1,
"trade_state": 1,
"pay_time": 12345,
"out_trade_no": "xxxx",
"out_refund_no": "xxxxx",
"external_userid": "xxxx",
"total_fee": 100,
"payee_userid": "zhangshan",
@@ -35,6 +37,10 @@
"name": "xxx",
"phone": "xxx",
"address": "xxx"
},
"miniprogram_info": {
"appid": "xxx",
"name": "xxx"
}
}
]