GET api/PublicV770/GetGuideInfo?newspapergroupId={newspapergroupId}&scale={scale}&halfscale={halfscale}&sign={sign}&stamp={stamp}
获得导览图
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| newspapergroupId | integer |
Default value is 0 |
|
| scale |
全屏宽高比 |
decimal number |
Default value is 0 |
| halfscale |
半屏宽高比 |
decimal number |
Default value is 0 |
| sign | string |
Default value is |
|
| stamp | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfZaiMieApp.WebApi.ViewModel.Guide| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | ZaiMieApp.WebApi.ViewModel.Guide |
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": {
"Id": 1,
"thumbImg": "sample string 2",
"imagePath": "sample string 3",
"url": "sample string 4",
"newsType": 5,
"postsId": 6,
"showStyle": 7,
"videoUrl": "sample string 8",
"videoLength": 9,
"articleProperty": 10
},
"addcoin": 3,
"message": "sample string 4",
"page": 5,
"allPage": 6
}
application/xml, text/xml
Sample:
<ResultDataMsgOfGuidePr2Hy9OI 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>
<Id>1</Id>
<articleProperty>10</articleProperty>
<imagePath>sample string 3</imagePath>
<newsType>5</newsType>
<postsId>6</postsId>
<showStyle>7</showStyle>
<thumbImg>sample string 2</thumbImg>
<url>sample string 4</url>
<videoLength>9</videoLength>
<videoUrl>sample string 8</videoUrl>
</data>
<message>sample string 4</message>
<page>5</page>
<success>true</success>
</ResultDataMsgOfGuidePr2Hy9OI>