保险计划书

保险计划书


订单列表

<h5>简要描述</h5> <ul> <li>订单列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/user/order_list</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </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> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;meta&amp;quot;: { &amp;quot;msg&amp;quot;: &amp;quot;SUCCESS&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;SUCCESS&amp;quot;, &amp;quot;debug&amp;quot;: null, &amp;quot;pager&amp;quot;: {} }, &amp;quot;data&amp;quot;: { &amp;quot;order_info&amp;quot;: [ { &amp;quot;order_time&amp;quot;: &amp;quot;2021-06-18 00:00:00&amp;quot;, &amp;quot;product_name&amp;quot;: &amp;quot;用药随心健康管理计划&amp;quot;, &amp;quot;order_no&amp;quot;: &amp;quot;20210618203487940301&amp;quot;, &amp;quot;order_id&amp;quot;: 1202, &amp;quot;invoice_state&amp;quot;: 0, &amp;quot;is_refund_state&amp;quot;: 0 } ] } }</code></pre> <h5>返回参数说明</h5> <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;">invoice_state</td> <td style="text-align: left;">int</td> <td>0-未开票;1-开票中; 2-已完成;</td> </tr> <tr> <td style="text-align: left;">is_refund_state</td> <td style="text-align: left;">int</td> <td>退款状态;0无;1-申请退款;2-退款成功</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML