GET api/appversion/downloadCountAdd/{appVersionID}
下载量加1
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appVersionID |
应用版本ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
|
| ReturnCode | string |
None. |
|
| ReturnMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"ReturnCode": "sample string 2",
"ReturnMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zhihuidao.Mobile.PubApi.ApiResults"> <ReturnCode>sample string 2</ReturnCode> <ReturnMessage>sample string 3</ReturnMessage> <Result>true</Result> </ApiResultOfboolean>