课程详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>课程详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cli/course/{code}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>课程代码</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;result&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;name&quot;: &quot;test&quot;,
&quot;cover&quot;: &quot;&quot;,
&quot;brief&quot;: &quot;this is a test&quot;,
&quot;created_at&quot;: &quot;2018-06-07 10:21:27&quot;,
&quot;status&quot;: &quot;publish&quot;,
&quot;code&quot;: &quot;031283499c1acd8b&quot;,
&quot;teachers&quot;: [{
&quot;id&quot;: 1,
&quot;name&quot;: &quot;王大锤&quot;,
&quot;avatar&quot;: &quot;&quot;,
&quot;brief&quot;: &quot;王老师&quot;
}]
},
&quot;message&quot;: &quot;操作成功&quot;
}</code></pre>