<center></center>
[TOC]
简要描述
- 攻略评论页面查询
请求url
http://localhost:9000/cmt/strategies/comments/MongoQuery
请求方式
- GET
过滤参数查询
参数名 |
必选 |
类型 |
说明 |
strategyTitle |
否 |
string |
标题 |
nickname |
否 |
string |
用户昵称 |
centent |
否 |
string |
评论内容 |
页面展示字段
参数名 |
类型 |
说明 |
id |
string |
攻略id |
strategyTitle |
string |
标题 |
nickname |
string |
用户昵称 |
content |
string |
评论内容 |
thumbupnum |
Integer |
点赞数 |
返回示例
{
"msg": "success",
"code": 200,
"data": {
"content": [
{city: "成都"
content: "测试评论"
createTime: null
headImgUrl: "123123"
id: "63b22c1449eb867387394c6c"
level: 999
nickname: "xiaoliu"
strategyId: 10
strategyTitle: "测试攻略评论"
thumbuplist: [15]
thumbupnum: 1
userId: 1}
......
]
}
}
简要描述
- 游记评论删除
请求url
http://localhost:9000/cmt/stategys/comments/deleteEnd/?
请求方式
- POST