徐坤帅-获取一对一直播-20180710
<p><strong>简要描述:</strong> </p>
<p>-获取一对一直播</p>
<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 style="text-align: left;">日期</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">0.1</td>
<td style="text-align: left;">新</td>
<td style="text-align: left;">徐坤帅</td>
<td style="text-align: left;">20180710</td>
</tr>
</tbody>
</table>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/recommend/liveOne</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;">userId</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>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;Ok&quot;,
&quot;data&quot;: {
&quot;sellNumber&quot;: 0,//销售数量
&quot;realName&quot;: &quot;张国荣&quot;,//实名
&quot;isCollect&quot;: &quot;N&quot;,//是否收藏
&quot;memo&quot;: &quot;雅思] 雅思听说读写基础&quot;,//简介
&quot;id&quot;: &quot;3&quot;,//课程id
&quot;title&quot;: &quot;[雅思] 雅思听说读写基础&quot;,//课程名
&quot;userId&quot;: &quot;10000&quot;//讲师id
}
}</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;">code</td>
<td style="text-align: left;">int</td>
<td>状态码</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">String</td>
<td>信息说明</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">Obj</td>
<td>数据</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>