文档
测试

订单列表

GET
http://localhost:8089/rlg/order/list

响应参数

参数名
类型
描述
必填
code
Integer
接口请求状态码
必填
message
String
接口请求返回信息
可选
data
接口请求返回数据
可选

成功案例

{ "code": 200, "data": { "records": [ { "orderId": 1328877703948013568, "shippingVO": { "id": 22, "receiverName": "wx", "receiverPhone": "111", "receiverMobile": "19999999999", "receiverProvince": "山西", "receiverCity": "吕梁市", "receiverDistrict": "交城县", "receiverAddress": "奈林村", "receiverZip": "030500", "type": 1 }, "payment": 140.00, "status": 10, "orderItemVOS": [ { "productId": 10000, "productName": "苹果", "productImage": "https://img.yzcdn.cn/public_files/2017/10/24/e5a5a02309a41f9f5def56684808d9ae.jpeg", "quantity": 10, "totalPrice": 10.00 }, { "productId": 10002, "productName": "西瓜", "productImage": "https://img.yzcdn.cn/public_files/2017/10/24/e5a5a02309a41f9f5def56684808d9ae.jpeg", "quantity": 10, "totalPrice": 20.00 } ] } ], "total": 1, "size": 5, "current": 1, "orders": [], "optimizeCountSql": true, "hitCount": false, "countId": null, "maxLimit": null, "searchCount": true, "pages": 1 } }