问问商城


查询订单列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询订单列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cart/queryOrder</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> <tr> <td style="text-align: left;">userId</td> <td style="text-align: left;"><code>必填</code></td> <td style="text-align: left;">String</td> <td>用户ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: &amp;quot;65&amp;quot;,             &amp;quot;orderNumber&amp;quot;: &amp;quot;ZX1725932516283314b08983aba&amp;quot;,             &amp;quot;status&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;doctorName&amp;quot;: &amp;quot;唐媛&amp;quot;,             &amp;quot;clinic&amp;quot;: &amp;quot;深圳问问中医(综合)诊所&amp;quot;,             &amp;quot;diagnosis&amp;quot;: &amp;quot;咨询&amp;quot;,             &amp;quot;picture&amp;quot;: &amp;quot;http:&amp;quot;,             &amp;quot;productBOList&amp;quot;: [                 {                     &amp;quot;productName&amp;quot;: &amp;quot;首乌生发饮(内服)&amp;quot;,                     &amp;quot;productQuantity&amp;quot;: &amp;quot;14&amp;quot;                 },                 {                     &amp;quot;productName&amp;quot;: &amp;quot;首乌生发饮1&amp;quot;,                     &amp;quot;productQuantity&amp;quot;: &amp;quot;7&amp;quot;                 }             ]         }     ] }</code></pre> <h5>返回参数data说明</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;">status</td> <td style="text-align: left;">String</td> <td>状态(1待付款 2已付款 3已发货 4已结束 5已退款 6已过期 7已取消)</td> </tr> </tbody> </table> <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;">success</td> <td style="text-align: left;">boolean</td> <td>是否成功</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">Integer</td> <td>返回码</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>返回信息</td> </tr> <tr> <td style="text-align: left;">count</td> <td style="text-align: left;">Long</td> <td>总数</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">List&lt;T&gt;</td> <td>返回数据</td> </tr> <tr> <td style="text-align: left;">jwt</td> <td style="text-align: left;">String</td> <td>token数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML