mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(tenpaybusiness): 随官方更新部分接口模型
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pc_web": {
|
||||
"url": "string",
|
||||
"expire_time": "2022-11-15T13:25:18.000+00:00"
|
||||
}
|
||||
}
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"out_request_no": "string",
|
||||
"products": [
|
||||
{
|
||||
"product_name": "MSE_PAY"
|
||||
}
|
||||
],
|
||||
"business_license": {
|
||||
"business_register_type": "ENTERPRISE",
|
||||
"unified_social_credit_code": "string",
|
||||
"merchant_name": "string",
|
||||
"merchant_short_name": "string",
|
||||
"legal_person_name": "string",
|
||||
"validity_period": [ "string", "string" ],
|
||||
"photocopy_file_id": "string"
|
||||
},
|
||||
"legal_person_id_card": {
|
||||
"name": "string",
|
||||
"number": "string",
|
||||
"validity_period": [ "string", "string" ],
|
||||
"front_photocopy_file_id": "string",
|
||||
"back_photocopy_file_id": "string"
|
||||
},
|
||||
"notify_url": {
|
||||
"server_notify_url": "string",
|
||||
"web_success_url": "string",
|
||||
"web_refresh_url": "string"
|
||||
},
|
||||
"contact_info": { "mobile_number": "string" },
|
||||
"payee_accounts": [
|
||||
{
|
||||
"account_type": "ENTERPRISE_ACCOUNT",
|
||||
"bank_account_name": "string",
|
||||
"bank_account_number": "string",
|
||||
"bank_branch_id": "string",
|
||||
"bank_branch_name": "string",
|
||||
"bank_name": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"request_no": "string",
|
||||
"out_request_no": "string"
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"request_no": "string",
|
||||
"out_request_no": "string",
|
||||
"ent_id": "string",
|
||||
"status": "PROCESSING",
|
||||
"product_details": [
|
||||
{
|
||||
"product_name": "string",
|
||||
"status": "PROCESSING"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user