APP

API接口文档


一对一课程目录

<p><strong>简要描述:</strong> </p> <ul> <li> <p>根据订单id查询预约课程列表 LOGINTOKEN=3dcdd74d0de14cbca4fae3d774e3dec44657&amp;ORDERNUM=YDY20180711191336236937 <strong>请求URL:</strong> </p> </li> <li>测试 <code>http://47.93.115.228:9002/biunique/order/biuniqueLesson</code></li> <li>本地 <code>http://localhost:8080/biunique/order/biuniqueLesson</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;">LOGINTOKEN</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户登录token</td> </tr> <tr> <td style="text-align: left;">ORDERNUM</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>{ &amp;quot;MSG&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;STATE&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;OBJECT&amp;quot;: [ { &amp;quot;TEACHERNAME&amp;quot;: &amp;quot;Matt Smith&amp;quot;, &amp;quot;BEGINTIME&amp;quot;: &amp;quot;2018-07-19 19:50:00&amp;quot;, &amp;quot;TEACHERPROFIT&amp;quot;: null, &amp;quot;ENDTIME&amp;quot;: &amp;quot;2018-07-19 21:50:00&amp;quot;, &amp;quot;LIVESTARTTIME&amp;quot;: null, &amp;quot;GROSSPROFIT&amp;quot;: null, &amp;quot;URL&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;LIVEENDTIME&amp;quot;: null, &amp;quot;STATUS&amp;quot;: 3, &amp;quot;ORDERNO&amp;quot;: null, &amp;quot;ID&amp;quot;: 25, &amp;quot;CONTENT&amp;quot;: &amp;quot;阿士大夫撒地方&amp;quot;, &amp;quot;PLAYBACKURL&amp;quot;: null, &amp;quot;BIUNIQUEORDERNUM&amp;quot;: &amp;quot;YDY20180718172957197938&amp;quot;, &amp;quot;ROOMID&amp;quot;: null }, { &amp;quot;TEACHERNAME&amp;quot;: &amp;quot;Matt Smith&amp;quot;, &amp;quot;BEGINTIME&amp;quot;: &amp;quot;2018-07-20 19:55:00&amp;quot;, &amp;quot;TEACHERPROFIT&amp;quot;: null, &amp;quot;ENDTIME&amp;quot;: &amp;quot;2018-07-27 19:55:00&amp;quot;, &amp;quot;LIVESTARTTIME&amp;quot;: null, &amp;quot;GROSSPROFIT&amp;quot;: null, &amp;quot;URL&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;LIVEENDTIME&amp;quot;: null, &amp;quot;STATUS&amp;quot;: 2, &amp;quot;ORDERNO&amp;quot;: null, &amp;quot;ID&amp;quot;: 26, &amp;quot;CONTENT&amp;quot;: &amp;quot;阿斯顿发斯蒂芬sad&amp;quot;, &amp;quot;PLAYBACKURL&amp;quot;: null, &amp;quot;BIUNIQUEORDERNUM&amp;quot;: &amp;quot;YDY20180718172957197938&amp;quot;, &amp;quot;ROOMID&amp;quot;: null } ] }</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;">TEACHERNAME</td> <td style="text-align: left;">int</td> <td>教师名</td> </tr> <tr> <td style="text-align: left;">BEGINTIME</td> <td style="text-align: left;">String</td> <td>开始时间</td> </tr> <tr> <td style="text-align: left;">STATUS</td> <td style="text-align: left;">int</td> <td>状态:0.未开课,2.课堂中,3.已结束</td> </tr> <tr> <td style="text-align: left;">ENDTIME</td> <td style="text-align: left;">int</td> <td>结束时间</td> </tr> <tr> <td style="text-align: left;">ORDERNO</td> <td style="text-align: left;">int</td> <td>排序</td> </tr> <tr> <td style="text-align: left;">ID</td> <td style="text-align: left;">int</td> <td>id</td> </tr> <tr> <td style="text-align: left;">CONTENT</td> <td style="text-align: left;">int</td> <td>内容</td> </tr> <tr> <td style="text-align: left;">BIUNIQUEORDERNUM</td> <td style="text-align: left;">int</td> <td>订单id</td> </tr> <tr> <td style="text-align: left;">URL</td> <td style="text-align: left;">int</td> <td>直播地址</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML