POST api/ClientApp/manage/uploadUPI?client_account_id={client_account_id}
[已完成Demo] 上传UPI图片
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| client_account_id | integer |
Default value is 0 |
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"
}