问问商城


查询订单详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询订单列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cart/queryOrderDetail</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;">orderNumber</td> <td style="text-align: left;"><code>必填</code></td> <td style="text-align: left;">String</td> <td>订单编号</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;total&amp;quot;: &amp;quot;265&amp;quot;, &amp;quot;deliverFee&amp;quot;: &amp;quot;20&amp;quot;,         &amp;quot;status&amp;quot;: &amp;quot;1&amp;quot;,         &amp;quot;doctorName&amp;quot;: &amp;quot;唐媛&amp;quot;,         &amp;quot;reviewPharmacists&amp;quot;: &amp;quot;施红&amp;quot;,         &amp;quot;reviewDate&amp;quot;: &amp;quot;2024-09-10 09:42:26&amp;quot;,         &amp;quot;patientName&amp;quot;: &amp;quot;黄1&amp;quot;,         &amp;quot;patientAge&amp;quot;: &amp;quot;28&amp;quot;,         &amp;quot;patientSex&amp;quot;: &amp;quot;0&amp;quot;,         &amp;quot;patientAllergies&amp;quot;: &amp;quot;1&amp;quot;,         &amp;quot;patientIllness&amp;quot;: &amp;quot;1&amp;quot;,         &amp;quot;offlineDiagnosis&amp;quot;: &amp;quot;诊断&amp;quot;,         &amp;quot;receiverPhone&amp;quot;: &amp;quot;15221913999&amp;quot;,         &amp;quot;receiverName&amp;quot;: &amp;quot;哈哦&amp;quot;,         &amp;quot;receiverAddress&amp;quot;: &amp;quot;1&amp;quot;,         &amp;quot;productBOList&amp;quot;: [             {                 &amp;quot;productName&amp;quot;: &amp;quot;首乌生发饮(内服)&amp;quot;,                 &amp;quot;productPrice&amp;quot;: &amp;quot;10&amp;quot;,                 &amp;quot;picture&amp;quot;: &amp;quot;http://ooso.oss-cn-hangzhou.aliyuncs.com/lWcfvUUhNqyZIhwu.jpg&amp;quot;,                 &amp;quot;specifications&amp;quot;: &amp;quot;80g*1包&amp;quot;,                 &amp;quot;productQuantity&amp;quot;: &amp;quot;14&amp;quot;             },             {                 &amp;quot;productName&amp;quot;: &amp;quot;首乌生发饮1&amp;quot;,                 &amp;quot;productPrice&amp;quot;: &amp;quot;15&amp;quot;,                 &amp;quot;picture&amp;quot;: &amp;quot;http://ooso.oss-cn-hangzhou.aliyuncs.com/lWcfvUUhNqyZIhwu.jpg&amp;quot;,                 &amp;quot;specifications&amp;quot;: &amp;quot;80g*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;">---</td> <td style="text-align: left;">----</td> <td>----</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