作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

api文档更新

... ... @@ -7402,13 +7402,14 @@
<pre id="sample_response68">{
"code": 1,
"msg": "成功",
"time": "1601349634",
"time": "1602300901",
"data": {
"total": 1, //数据总数
"list": [{
"id": 1, //话题ID
"title": "公司即将上市", //话题标题
"content": "这就是街舞", //话题内容
"cover": "http://qizhibang.brotop.cn/uploads/20201009/9bc002db9517fe79f93478550a979768.jpg", //封面图
"content": "他咯土佐玉木桶浴", //话题内容
"agree_num": 0, //赞同量
"download_num": 0, //下载量
"createtime": "2020.09.29 09:11", //发布时间
... ... @@ -7416,7 +7417,10 @@
"id": 15, //用户ID
"nickname": "", //昵称
"image": "" //头像
}
},
"imgs": [ //发布内容图片
"http://qizhibang.brotop.cn/uploads/20201010/dd2b86d8186f0e89735798d6f9a8f56c.jpg"
]
}]
}
}</pre>
... ... @@ -7693,13 +7697,14 @@
<pre id="sample_response70">{
"code": 1,
"msg": "成功",
"time": "1601349634",
"time": "1602300901",
"data": {
"total": 1, //数据总数
"list": [{
"id": 1, //话题ID
"title": "公司即将上市", //话题标题
"content": "这就是街舞", //话题内容
"cover": "http://qizhibang.brotop.cn/uploads/20201009/9bc002db9517fe79f93478550a979768.jpg", //封面图
"content": "他咯土佐玉木桶浴", //话题内容
"agree_num": 0, //赞同量
"download_num": 0, //下载量
"createtime": "2020.09.29 09:11", //发布时间
... ... @@ -7707,7 +7712,10 @@
"id": 15, //用户ID
"nickname": "", //昵称
"image": "" //头像
}
},
"imgs": [ //发布内容图片
"http://qizhibang.brotop.cn/uploads/20201010/dd2b86d8186f0e89735798d6f9a8f56c.jpg"
]
}]
}
}</pre>
... ... @@ -14358,30 +14366,7 @@
<div class="panel panel-default">
<div class="panel-heading"><strong>参数</strong></div>
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必选</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>feedback_wrong_id</td>
<td>inter</td>
<td></td>
<td>错误类型ID</td>
</tr>
<tr>
<td>content</td>
<td>string</td>
<td></td>
<td>反馈内容</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
... ... @@ -14410,12 +14395,7 @@
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/mobile/user/topicList" method="POST" name="form108" id="form108">
<div class="form-group">
<label class="control-label" for="feedback_wrong_id">feedback_wrong_id</label>
<input type="inter" class="form-control input-sm" id="feedback_wrong_id" required placeholder="错误类型ID" name="feedback_wrong_id">
</div>
<div class="form-group">
<label class="control-label" for="content">content</label>
<input type="string" class="form-control input-sm" id="content" required placeholder="反馈内容" name="content">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="108">提交</button>
... ... @@ -14451,15 +14431,26 @@
<pre id="sample_response108">{
"code": 1,
"msg": "成功",
"time": "1600167441",
"time": "1602300901",
"data": {
"id": 7, //消息ID
"user_id": 16, //用户ID
"title": "这是个消息", //消息标题
"content": "这个消息还不错Q", //消息内容
"is_read": "1", //是否已读:0=否,1=是
"createtime": 1599914736,
"updatetime": 1600167441
"total": 1, //数据总数
"list": [{
"id": 1, //话题ID
"title": "公司即将上市", //话题标题
"cover": "http://qizhibang.brotop.cn/uploads/20201009/9bc002db9517fe79f93478550a979768.jpg", //封面图
"content": "他咯土佐玉木桶浴", //话题内容
"agree_num": 0, //赞同量
"download_num": 0, //下载量
"createtime": "2020.09.29 09:11", //发布时间
"user": { //发布者信息
"id": 15, //用户ID
"nickname": "", //昵称
"image": "" //头像
},
"imgs": [ //发布内容图片
"http://qizhibang.brotop.cn/uploads/20201010/dd2b86d8186f0e89735798d6f9a8f56c.jpg"
]
}]
}
}</pre>
</div>
... ... @@ -17062,7 +17053,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2020-10-09 22:01:05 </div>
Generated on 2020-10-10 11:41:29 </div>
<div class="col-md-6" align="right">
<a href="./" target="_blank">企智帮</a>
</div>
... ...