GET api/WXImgLoad?serverId={serverId}&openid={openid}&upimgnum={upimgnum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| serverId | string |
Required |
|
| openid | string |
Required |
|
| upimgnum | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InfoData| Name | Description | Type | Additional information |
|---|---|---|---|
| Res | string |
None. |
|
| Data | string |
None. |
|
| OtherMes | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Res": "sample string 1",
"Data": "sample string 2",
"OtherMes": "sample string 3"
}