汇刷桌面售货机

汇刷桌面售货机


用户查询订单

<h5>简要描述</h5> <ul> <li>用户查询支付订单</li> </ul> <h5>请求URL</h5> <ul> <li><code>/merchant/goods_order/mall/customer</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;">customerId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>用户标识 openId</td> </tr> <tr> <td style="text-align: left;">merchantId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>点位ID</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>2 支付成功 1未支付</td> </tr> <tr> <td style="text-align: left;">pageNumber</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>每页数量</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "code": 200, "msg": null, "obj": { "content": [ { "id": "1402909907921043456", "name": null, "createTime": "2021-06-10 16:46:02", "updateTime": "2021-06-10 16:46:15", "delFlag": 1, "storeId": "1401097156978634753", "orderNo": "202106101646012438", "payTime": 1623314775000, "orderPrice": 0.01, "payPrice": 0.01, "payType": 1, "memberId": null, "memberPhone": null, "couponName": null, "couponPrice": null, "discountName": null, "discountPrice": null, "fullReductionName": null, "fullReductionPrice": null, "integralName": null, "integralPrice": null, "merchantId": "1401097156974440448", "status": 2, "storeRecordId": null, "industryCategory": 90, "useType": 0, "remark": null, "takeNumber": null, "userId": "1401097157314179072", "equipmentId": "1397832144234434560", "destroy": null, "inviteCode": null, "roomNum": "007", "customerId": null, "costPrice": null }, { "id": "1402907689303678976", "name": null, "createTime": "2021-06-10 16:37:13", "updateTime": "2021-06-10 16:37:13", "delFlag": 1, "storeId": "1401097156978634753", "orderNo": "202106101637125687", "payTime": null, "orderPrice": 0.01, "payPrice": 0.01, "payType": 1, "memberId": null, "memberPhone": null, "couponName": null, "couponPrice": null, "discountName": null, "discountPrice": null, "fullReductionName": null, "fullReductionPrice": null, "integralName": null, "integralPrice": null, "merchantId": "1401097156974440448", "status": 1, "storeRecordId": null, "industryCategory": 90, "useType": 0, "remark": null, "takeNumber": null, "userId": "1401097157314179072", "equipmentId": "1397832144234434560", "destroy": null, "inviteCode": null, "roomNum": "007", "customerId": null, "costPrice": null } ], "last": true, "totalElements": 9, "totalPages": 1, "number": 0, "size": 10, "sort": [ { "direction": "DESC", "property": "createTime", "ignoreCase": false, "nullHandling": "NATIVE", "ascending": false, "descending": true } ], "first": true, "numberOfElements": 9 } } </code></pre>

页面列表

ITEM_HTML