王如霜-公开课相似课程-20180710
<p><strong>简要描述:</strong> </p>
<ul>
<li>相似课程</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/web-api/course/getSimpleCourse</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p>|参数名|必选|类型|说明|
|courseId |是 |string | 课程id |</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;查询成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: &quot;48&quot;,
&quot;title&quot;: &quot;[雅思] 雅思听说读写基础&quot;, //课程标题
&quot;memo&quot;: &quot;雅思] 雅思听说读写基础&quot;, //课程简介
&quot;coverImage&quot;: &quot;http://n.sinaimg.cn/default/1_img/upload/3933d981/653/w930h523/20180611/ybWG-hcufqih2426346.jpg&quot;, //背景图
&quot;labelId&quot;: &quot;&quot;,
&quot;labelName&quot;: &quot;实用英语&quot;, //标签名
&quot;headImg&quot;: &quot;http://n.sinaimg.cn/default/1_img/upload/3933d981/653/w930h523/20180611/ybWG-hcufqih2426346.jpg&quot;, /头像
&quot;nikeName&quot;: &quot;张三9&quot;, //昵称
&quot;profession&quot;: &quot;1&quot;
}
}</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>