mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(work): 新增对外收款账户相关接口
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"out_request_no": "xxxxx",
|
||||
"organization_type": 0,
|
||||
"business_license_info": {
|
||||
"cert_type": 2389,
|
||||
"business_license_copy_open_wx_pay_media_id": "xxxxx",
|
||||
"business_license_number": "xxxxx",
|
||||
"merchant_name": "xxxxx",
|
||||
"legal_person": "xxxxx",
|
||||
"company_address": "xxxxx",
|
||||
"business_time_begin_time": "xxxx-xx-xx",
|
||||
"business_time_end_time": "xxxx-xx-xx"
|
||||
},
|
||||
"finance_institution_info": {
|
||||
"finance_type": "xxxxx",
|
||||
"finance_license_pics_open_wx_pay_media_id": [
|
||||
"xxxxx",
|
||||
"xxxxx"
|
||||
]
|
||||
},
|
||||
"merchant_short_name": "xxxxx",
|
||||
"id_card_info": {
|
||||
"id_card_copy_open_wx_pay_media_id": "xxxxx",
|
||||
"id_card_national_open_wx_pay_media_id": "xxxxx",
|
||||
"id_card_name": "xxxxx",
|
||||
"id_card_number": "xxxxx",
|
||||
"id_card_address": "xxxxx",
|
||||
"id_card_valid_time_begin": "xxxx-xx-xx",
|
||||
"id_card_valid_time": "xxxx-xx-xx",
|
||||
"id_doc_type": 8
|
||||
},
|
||||
"owner": false,
|
||||
"ubo_info": {
|
||||
"id_card_copy_open_wx_pay_media_id": "xxxxx",
|
||||
"id_card_national_open_wx_pay_media_id": "xxxxx",
|
||||
"id_card_name": "xxxxx",
|
||||
"id_card_number": "xxxxx",
|
||||
"id_card_address": "xxxxx",
|
||||
"id_card_valid_time_begin": "xxxx-xx-xx",
|
||||
"id_card_valid_time": "xxxx-xx-xx",
|
||||
"id_doc_type": 8
|
||||
},
|
||||
"contact_info": {
|
||||
"contact_type": "66",
|
||||
"contact_info": {
|
||||
"id_card_copy_open_wx_pay_media_id": "xxxxx",
|
||||
"id_card_national_open_wx_pay_media_id": "xxxxx",
|
||||
"id_card_name": "xxxxx",
|
||||
"id_card_number": "xxxxx",
|
||||
"id_card_valid_time_begin": "xxxx-xx-xx",
|
||||
"id_card_valid_time": "xxxx-xx-xx",
|
||||
"id_doc_type": 8
|
||||
},
|
||||
"business_authorization_letter_open_wx_pay_media_id": "xxxxx",
|
||||
"mobile_phone": "xxxxx",
|
||||
"contact_email": "xxxxx"
|
||||
},
|
||||
"account_info": {
|
||||
"bank_account_type": 74,
|
||||
"account_bank": "xxxxx",
|
||||
"account_name": "xxxxx",
|
||||
"bank_address_code": "xxxxx",
|
||||
"bank_name": "xxxxx",
|
||||
"account_number": "xxxxx",
|
||||
"bank_card_supplement": {
|
||||
"settlement_certificate_open_wx_pay_media_id": "xxxxx",
|
||||
"relationship_certificate_open_wx_pay_media_id": "xxxxx",
|
||||
"other_certificate_open_wx_pay_media_id": [
|
||||
"xxxxx",
|
||||
"xxxxx"
|
||||
]
|
||||
}
|
||||
},
|
||||
"business_id": 1,
|
||||
"qualifications": {
|
||||
"id": [
|
||||
"xxxxx",
|
||||
"xxxxx"
|
||||
]
|
||||
},
|
||||
"business_addition_pics": {
|
||||
"id": [
|
||||
"xxxxx",
|
||||
"xxxxx"
|
||||
]
|
||||
},
|
||||
"userid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"error_description": "参数错误"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"out_request_no": "xxxxx"
|
||||
}
|
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"open_wx_pay_media_id": "NF_LnvqOch94lvxMB5fUWw8fbKvYrF_EcH239fgIjIkG_q4Q5kyzEGpJtddhyfZY"
|
||||
}
|
Reference in New Issue
Block a user