大学长

大学长接口


王如霜-公开课详情所有评论-20180707

<p><strong>简要描述:</strong> </p> <ul> <li>用户注册接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://localhost:8081/web-api/comment/selectAll</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <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;">productId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>产品id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "code": 0, "message": "查询成功", "data": [ { "id": "2", //评论id "details": "平均工资能说明什么问题?潘长江和姚明平均身高是196CM,能说明什么?潘长江很高吗", //评论内容 "updatedAt": "2018-06-30 10:35:07", //评论时间 "nikeName": "张三9", //评论人昵称 "headImg": "http://n.sinaimg.cn/default/1_img/upload/3933d981/653/w930h523/20180611/ybWG-hcufqih2426346.jpg" //头像 }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML