mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:19:57 +08:00
26 lines
717 B
JSON
26 lines
717 B
JSON
{
|
|
"payment_id": "string",
|
|
"out_allocation_id": "string",
|
|
"allocation_id": "string",
|
|
"status": "INIT",
|
|
"finished_time": "2019-08-24T14:15:22Z",
|
|
"finish_amount": 0,
|
|
"finish_desc": "string",
|
|
"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"
|
|
}
|
|
]
|
|
}
|