返回某个用户的所有订单 websocket测试 GET http://localhost:8080/api/order/order/list/{u_id} 说明 / 示例 返回数据: ~~~ { "msg": "返回成功!", "code": 0, "data": [ { "orderId": 1, "locationId": 1, "orderSn": "flksjhdf", "createTime": "1922-01-01 00:00:00", "name": "Aee", "orderTotal": 2342.00, "shippingFee": 0.00, "actualTotal": 0.00, "type": 1, "status": 1, "shippingCompany": "asda", "shippingNumber": "5", "remark": "sf", "paymentTime": "1922-01-01 00:00:00", "shipmentTime": "1922-01-01 00:00:00", "confirmTime": "1922-01-01 00:00:00", "feedbackTime": "1922-01-01 00:00:00", "uid": 1 } ] } ~~~
返回数据: ~~~ { "msg": "返回成功!", "code": 0, "data": [ { "orderId": 1, "locationId": 1, "orderSn": "flksjhdf", "createTime": "1922-01-01 00:00:00", "name": "Aee", "orderTotal": 2342.00, "shippingFee": 0.00, "actualTotal": 0.00, "type": 1, "status": 1, "shippingCompany": "asda", "shippingNumber": "5", "remark": "sf", "paymentTime": "1922-01-01 00:00:00", "shipmentTime": "1922-01-01 00:00:00", "confirmTime": "1922-01-01 00:00:00", "feedbackTime": "1922-01-01 00:00:00", "uid": 1 } ] } ~~~