GET api/PublicV720/AppVersion?newspapergroupId={newspapergroupId}&mobileTypeName={mobileTypeName}&channel={channel}&sign={sign}&stamp={stamp}
App 版本号
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| newspapergroupId | integer |
Required |
|
| mobileTypeName | string |
Default value is |
|
| channel | string |
Default value is |
|
| sign | string |
Default value is |
|
| stamp | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfZaiMieApp.WebApi.ViewModel.AppUpdateVer| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | ZaiMieApp.WebApi.ViewModel.AppUpdateVer |
None. |
|
| addcoin | integer |
None. |
|
| message | string |
None. |
|
| page | integer |
None. |
|
| allPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"code": 2,
"data": {
"ver": "sample string 1",
"url": "sample string 2",
"mobileType": 3,
"mobileTypeName": "sample string 4",
"info": "sample string 5",
"forceVer": "sample string 6",
"channel": "sample string 7"
},
"addcoin": 3,
"message": "sample string 4",
"page": 5,
"allPage": 6
}
application/xml, text/xml
Sample:
<ResultDataMsgOfAppUpdateVerPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
<addcoin>3</addcoin>
<allPage>6</allPage>
<code>2</code>
<data>
<channel>sample string 7</channel>
<forceVer>sample string 6</forceVer>
<info>sample string 5</info>
<mobileType>3</mobileType>
<mobileTypeName>sample string 4</mobileTypeName>
<url>sample string 2</url>
<ver>sample string 1</ver>
</data>
<message>sample string 4</message>
<page>5</page>
<success>true</success>
</ResultDataMsgOfAppUpdateVerPr2Hy9OI>