POST api/localTour/bookmark/del
删除主題收藏
Request Information
URI Parameters
None.
Body Parameters
BookMarkRqContractName | Description | Type | Additional information |
---|---|---|---|
memberid |
用户编号 |
integer |
None. |
themeid |
主题编号 |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "memberid": 1, "themeid": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
删除主題收藏
ReturnResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
data | boolean |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": true, "code": 2, "message": "sample string 3" }