GET api/NewsV720/PosterShare?articleId={articleId}&articleType={articleType}&newspapergroupId={newspapergroupId}&sign={sign}&stamp={stamp}
海报分享
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| articleId | integer |
Default value is 0 |
|
| articleType | integer |
Default value is 1 |
|
| newspapergroupId | integer |
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.PosterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | ZaiMieApp.WebApi.ViewModel.PosterInfo |
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": {
"title": "sample string 1",
"showType": 2,
"newsType": 3,
"thumbImg": "sample string 4",
"qrcode": "sample string 5",
"source": "sample string 6",
"dateTime": "sample string 7"
},
"addcoin": 3,
"message": "sample string 4",
"page": 5,
"allPage": 6
}
application/xml, text/xml
Sample:
<ResultDataMsgOfPosterInfoPr2Hy9OI 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>
<dateTime>sample string 7</dateTime>
<newsType>3</newsType>
<qrcode>sample string 5</qrcode>
<showType>2</showType>
<source>sample string 6</source>
<thumbImg>sample string 4</thumbImg>
<title>sample string 1</title>
</data>
<message>sample string 4</message>
<page>5</page>
<success>true</success>
</ResultDataMsgOfPosterInfoPr2Hy9OI>