mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
24 lines
664 B
JSON
24 lines
664 B
JSON
|
|
{
|
||
|
|
"payment_id": "string",
|
||
|
|
"out_allocation_id": "string",
|
||
|
|
"allocation_id": "string",
|
||
|
|
"status": "INIT",
|
||
|
|
"finished_time": "2019-08-24T14:15:22Z",
|
||
|
|
"allocations": [
|
||
|
|
{
|
||
|
|
"allocation_detail_id": "string",
|
||
|
|
"out_allocation_detail_id": "string",
|
||
|
|
"receiver_acct_id": "string",
|
||
|
|
"merchant_name": "string",
|
||
|
|
"amount": 0,
|
||
|
|
"result": "PENDING",
|
||
|
|
"succeeded_time": "2019-08-24T14:15:22Z",
|
||
|
|
"failed_reason": {
|
||
|
|
"failed_type": "NO_RELATION",
|
||
|
|
"failed_detail": "string"
|
||
|
|
},
|
||
|
|
"desc": "string"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|