狼行天下

浪叫wowowowowu


目的地查询

<h5>简要描述</h5> <ul> <li>目的地查询</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:9000/question/questions/qsQuery</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">destId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">integer</td> <td>目的地</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     "msg": "success",     "code": 200,     "data": {         "records": \[             {                 "id": 3,                 "title": "2",                 "content": "1",                 "viewnum": 1,                 "thumbsupnum": 1,                 "starnum": 1,                 "replynum": 1,                 "state": 0,                 "destId": 355,                 "destination": null,                 "userId": 15,                 "userInfo": {                     "id": 15,                     "nickname": "lll",                     "phone": "18398754564",                     "email": "zhy@wolfcode.cn",                     "gender": 1,                     "level": 11,                     "city": "广州",                     "headImgUrl": "https://t12.baidu.com/it/app=25&amp;f=JPEG&amp;fm=173&amp;fmt=auto&amp;u=76487564%2C154940950?w=637&amp;h=424&amp;s=BD12FBB354C23AFA0211D516030050E7",                     "info": "广州最靓的妞",                     "state": 0                 },                 "qualityScore": 33,                 "createTime": "2023-01-11 19:01:32",                 "updateTime": null,                 "goodCommentId": null,                 "comment": null             }         \],         "total": 1,         "size": 10,         "current": 1,         "orders": \[\],         "optimizeCountSql": true,         "searchCount": true,         "countId": null,         "maxLimit": null,         "pages": 1     } }</code></pre>

页面列表

ITEM_HTML