微同课APP


订单详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>订单详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>order/order_info</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>订单id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;id&amp;quot;: 194, &amp;quot;user_id&amp;quot;: 41, &amp;quot;course_id&amp;quot;: 88, &amp;quot;course_title&amp;quot;: &amp;quot;医学-肺部听诊音&amp;quot;, &amp;quot;price&amp;quot;: &amp;quot;10.99&amp;quot;, &amp;quot;status&amp;quot;: 2, //订单状态,0=已取消,1=未支付,2、3=已完成,5=已退款 &amp;quot;order&amp;quot;: &amp;quot;202306141732539510&amp;quot;, &amp;quot;create_time&amp;quot;: 1662376557, //订单生成时间 &amp;quot;update_time&amp;quot;: 1662376565, //付款时间 &amp;quot;is_cancel&amp;quot;: 1, //订单是否可以取消(展示取消按钮),1=可取消,0=不可取消 &amp;quot;type&amp;quot;: 1, //类型,1=课程,3=系列课,4=组合课程 &amp;quot;pay_type&amp;quot;: 1, //支付来源,1=圈币支付,2=现金 &amp;quot;pay_way&amp;quot;: 1, //支付方式,1=微信,2=支付宝 &amp;quot;user_name&amp;quot;: &amp;quot;医班见识&amp;quot;, &amp;quot;head_img&amp;quot;: &amp;quot;http://wxt-1304049341.cos.ap-nanjing.myqcloud.com/mmexport1635907266018.jpg&amp;quot; &amp;quot;group_list&amp;quot;: [ //组合课信息,只有组合课才会返回 { &amp;quot;id&amp;quot;: 272, &amp;quot;thumb_image&amp;quot;: &amp;quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/1681268530thumb.png&amp;quot;, &amp;quot;type&amp;quot;: 1, &amp;quot;title&amp;quot;: &amp;quot;测试直录播穿插课程&amp;quot; }, { &amp;quot;id&amp;quot;: 273, &amp;quot;thumb_image&amp;quot;: &amp;quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/1681268557thumb.png&amp;quot;, &amp;quot;type&amp;quot;: 2, &amp;quot;title&amp;quot;: &amp;quot;测试横竖屏穿插课程&amp;quot; } ] } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML