Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinMiniAppPay/CgibinMiniAppPayGetApplymentStatusResponse.json
2023-05-24 20:44:03 +08:00

36 lines
959 B
JSON

{
"errcode": 0,
"errmsg": "ok",
"status": {
"applyment_state": "xxxxx",
"applyment_state_desc": "xxxxx",
"sign_state": "xxxxx",
"sign_url": "xxxxx",
"sub_mchid": "xxxxx",
"audit_detail": [
{
"param_name": "xxxxx",
"reject_reason": "xxxxx"
},
{
"param_name": "xxxxx",
"reject_reason": "xxxxx"
}
],
"account_validation": {
"account_name": "xxxxx",
"account_no": "xxxxx",
"pay_amount": 0,
"destination_account_number": "xxxxx",
"destination_account_name": "xxxxx",
"destination_account_bank": "xxxxx",
"remark": "xxxxx",
"deadline": "xxxxx"
},
"legal_validation_url": "xxxxx"
},
"apply_state": 1,
"real_sign_state": 2,
"reject_reason": "xxxxx"
}