商学院-详情数据(2142)
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/gylm/business/v1/ajaxInfo</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>文章ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 200, //若ID不存在 则返回404
"message": "数据成功", //若ID不存在 则数据不存在
"time": 1560255705,
"data": {
"type": 1, //当前类型ID
"nav": "新手必看", //当前类型名称
"info": { //当前详情数据
"bs_id": 157, //详情ID
"bs_author": "梦想凯歌", //作者
"bs_title": "朋友圈营销信任打造(上篇)", //标题
"bs_desc": "学习如何打造朋友圈?核心是学会如何借助朋友圈打造自己的个人影响力~", //描述
"bs_content": "<section class="_wxbEditor"&\r\n ", //内容
"bs_readcount": 7524, //阅读量
"bs_sharecount": 60, //分享数
"bs_clickgive": 15, //点击数
"bs_createtime": "2018-12-14 13:37:07", //创建时间
"bs_releasetime": 1544765991, //发布时间
"bs_istop": 1, //是否置顶 1置顶 0不置顶
"bs_sort": 49,
"bs_isvideo": 0,//是否视频教程 1视频 0不是视频
"bs_type": 1,
"bs_images": "[]",//json数据存储
"bs_videourl": null,//视频链接
"bs_videopic": null,//视频封面图
"bs_isshow": 1//是否显示 1显示 0不显示
},
"list": [//列表集合
{
"bs_id": 157,
"bs_author": "梦想凯歌",
"bs_title": "朋友圈营销信任打造(上篇)",
"bs_desc": "学习如何打造朋友圈?核心是学会如何借助朋友圈打造自己的个人影响力~",
"bs_content": "<section class="_wxbEditor"&\r\n stify-content:center;-webkit-j",
"bs_readcount": 7523,
"bs_sharecount": 60,
"bs_clickgive": 15,
"bs_createtime": 1544765991,
"bs_releasetime": 1544765991,
"bs_istop": 1,
"bs_sort": 49,
"bs_isvideo": 0,
"bs_type": 1,
"bs_images": "[]",
"bs_videourl": null,
"bs_videopic": null,
"bs_isshow": 1,
"bs_images_len":1 //图片数目
}
],
"title": "朋友圈营销信任打造(上篇)"//title
"likeState": 1//点赞状态 1已点赞 0未点赞
"shortUrl": 'http://t.cn/EXucesE'//要分享的短链接
}
}</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;">以上已备注</td>
<td style="text-align: left;">int</td>
<td>用户组</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>