大学长

大学长接口


徐坤帅-获取推荐课程-20180710

<p><strong>简要描述:</strong> </p> <ul> <li>获取推荐课程</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 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/live</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>{ &amp;quot;code&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;Ok&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;sellNumber&amp;quot;: 1,//销售数量 &amp;quot;realName&amp;quot;: &amp;quot;张国荣&amp;quot;,//真实姓名 &amp;quot;headImg&amp;quot;: &amp;quot;http://n.sinaimg.cn/default/1_img/upload/3933d981/653/w930h523/20180611/ybWG-hcufqih2426346.jpg&amp;quot;,//头像 &amp;quot;isCollect&amp;quot;: &amp;quot;N&amp;quot;,//是否收藏 &amp;quot;memo&amp;quot;: &amp;quot;雅思] 雅思听说读写基础&amp;quot;,//简介 &amp;quot;id&amp;quot;: &amp;quot;1&amp;quot;,//id &amp;quot;title&amp;quot;: &amp;quot;[雅思] 雅思听说读写基础&amp;quot;,//课程标题 &amp;quot;userId&amp;quot;: &amp;quot;10001&amp;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>

页面列表

ITEM_HTML