GET api/PostsV770/EnshrinePosts?PostsId={PostsId}&UserInfoId={UserInfoId}&sign={sign}&stamp={stamp}
帖子收藏、取消收藏【09.02】
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PostsId | integer |
Default value is 0 |
|
| UserInfoId | 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.ResultDataMsgOfSystem.Object| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | Object |
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": {},
"addcoin": 4,
"message": "sample string 5",
"page": 6,
"allPage": 7
}
application/xml, text/xml
Sample:
<ResultDataMsgOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel"> <addcoin>4</addcoin> <allPage>7</allPage> <code>2</code> <data /> <message>sample string 5</message> <page>6</page> <success>true</success> </ResultDataMsgOfanyType>