POST api/ClientApp/upload/PayoutUPITradeCert?payout_task_id={payout_task_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| payout_task_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UploadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
None. |
|
| cert_info | Object |
None. |
|
| code |
1 为成功,其他为失败 |
integer |
None. |
| msg |
请求描述 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"url": "sample string 1",
"cert_info": {},
"code": 3,
"msg": "sample string 4"
}