智慧超市


订单查询列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>127.0.0.1:29207/baseurl/api/list</code></li> </ul> <h5>请求URL_案例</h5> <ul> <li><code>127.0.0.1:29207/order/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>Content-Type</h5> <ul> <li>application/json</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;">否</td> <td style="text-align: left;">string</td> <td>订单编号</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{   "orderNumber":"12343322222" }</code></pre> <h5>返回示例</h5> <pre><code>{ "code": 100, "msg": "操作成功", "data": { "total": 1, "list": [ { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": {}, "id": 1, "orderNumber": "12343322222", "status": "7", "skuId": 1, "orderCount": 23, "orderAmountTotal": 230, "isShipping": "0", "logisticsFee": 0, "addressId": 0, "orderlogisticsId": 1111111, "payChannel": "微信支付", "payNumber": "3", "userId": 1, "version": 1, "deleted": null, "productId": 1, "sku": "16G,128G", "price": 1, "purchasePrice": 1, "sellingPrice": 1, "image": "1", "number": "1", "weight": 1, "productName": "苹果12", "img": "//img10.360buyimg.com/n7/jfs/t1/128930/6/25398/106509/62286809Ecde9efc5/16e8ebc319a86f4c.jpg" } ] } }</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;">code</td> <td style="text-align: left;">string</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;">data</td> <td style="text-align: left;">{}</td> <td>返回数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML