mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
20 lines
422 B
JSON
20 lines
422 B
JSON
{
|
|
"payment_id": "string",
|
|
"out_payment_id": "string",
|
|
"amount": 0,
|
|
"currency": "",
|
|
"payer": {
|
|
"payer_id": "string",
|
|
"out_payer_id": "string",
|
|
"payer_acct_last4": "1010"
|
|
},
|
|
"payee": {
|
|
"ent_id": "string",
|
|
"ent_name": "string"
|
|
},
|
|
"pay_status": "PROCESSING",
|
|
"memo": "string",
|
|
"attachment": "string",
|
|
"pay_time": "2019-08-24T14:15:22Z"
|
|
}
|