文档
测试

订单查询

GET
http://192.168.137.1:88/front/cartorder/order/allOrderList

请求参数

参数名
类型
描述
必填
memberId
int
48
必填
status
int
可传可不传
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:成功!
必填
code
int
示例:0
必填
data
object
数据字典
必填
150
object
数据字典
必填
status
int
示例:2
必填
orderSn
string
示例:675f4202012252006
必填
orderItemEntities
array
数据列表
必填
id
int
示例:155
必填
orderId
int
示例:150
必填
orderSn
string
示例:675f4202012252006
必填
spuId
int
示例:17
必填
spuName
string
示例:红颜奶油新鲜大草莓
必填
spuPic
object
示例:null
必填
spuBrand
string
示例:鲜午月旗舰店
必填
categoryId
object
示例:null
必填
skuId
int
示例:36
必填
skuName
string
示例:现货红颜奶油新鲜大草莓水果礼盒包邮 500g 【精选中大果】吃货专属
必填
skuPic
string
示例:https://qxmall.oss-cn-shenzhen.aliyuncs.com/2020-12-24//9e2a36d6-bd23-4291-87c6-bc0326e503d9_1.jpg
必填
price
int
示例:49
必填
skuQuantity
int
示例:1
必填

说明 / 示例

```json { "msg": "成功!", "code": 0, "data": { "150": { "status": 2, "orderSn": "675f4202012252006", "orderItemEntities": [ { "id": 155, "orderId": 150, "orderSn": "675f4202012252006", "spuId": 17, "spuName": "红颜奶油新鲜大草莓", "spuPic": null, "spuBrand": "鲜午月旗舰店", "categoryId": null, "skuId": 36, "skuName": "现货红颜奶油新鲜大草莓水果礼盒包邮 500g 【精选中大果】吃货专属", "skuPic": "https://qxmall.oss-cn-shenzhen.aliyuncs.com/2020-12-24//9e2a36d6-bd23-4291-87c6-bc0326e503d9_1.jpg", "price": 49, "skuQuantity": 1 } ] } } }