文档
测试

查看订单详情

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

接口描述

http://192.168.137.1:88/front/cartorder/order/searchOrder?orderId=158

请求参数

参数名
类型
描述
必填
orderId
int
158
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
object
数据字典
必填
items
array
数据列表
必填
id
int
示例:162
必填
orderId
int
示例:158
必填
orderSn
string
示例:358e4202012262038
必填
spuId
int
示例:15
必填
spuName
string
示例:陕西新鲜红富士苹果
必填
spuPic
object
示例:null
必填
spuBrand
string
示例:王小二旗舰店
必填
categoryId
object
示例:null
必填
skuId
int
示例:30
必填
skuName
string
示例:红富士苹果水果新鲜当季整箱陕西红苹果应季冰糖心苹果平安果 5斤 70mm-75mm
必填
skuPic
string
示例:https://qxmall.oss-cn-shenzhen.aliyuncs.com/2020-12-24//969b8a30-9c37-4517-8980-142418c1dc1f_O1CN01ChpGCO1R1OwROkzi9_!!2939922051-0-lubanu-s.jpg_430x430q90.jpg
必填
price
int
示例:22
必填
skuQuantity
int
示例:1
必填
order
object
数据字典
必填
id
int
示例:158
必填
memberId
int
示例:48
必填
orderSn
string
示例:358e4202012262038
必填
createTime
string
示例:2020-12-26 12:38:15
必填
memberUsername
string
示例:美丽的CC
必填
totalAmount
int
示例:160
必填
payAmount
int
示例:160
必填
payType
int
示例:1
必填
status
int
示例:1
必填
integration
int
示例:10
必填
receiverName
string
示例:但我
必填
receiverPhone
string
示例:1247876543
必填
receiverDetailAddress
string
示例:湖北省武汉市ve
必填
paymentTime
object
示例:null
必填

说明 / 示例

```json { "msg": "success", "code": 0, "data": { "items": [ { "id": 162, "orderId": 158, "orderSn": "358e4202012262038", "spuId": 15, "spuName": "陕西新鲜红富士苹果", "spuPic": null, "spuBrand": "王小二旗舰店", "categoryId": null, "skuId": 30, "skuName": "红富士苹果水果新鲜当季整箱陕西红苹果应季冰糖心苹果平安果 5斤 70mm-75mm", "skuPic": "https://qxmall.oss-cn-shenzhen.aliyuncs.com/2020-12-24//969b8a30-9c37-4517-8980-142418c1dc1f_O1CN01ChpGCO1R1OwROkzi9_!!2939922051-0-lubanu-s.jpg_430x430q90.jpg", "price": 22, "skuQuantity": 1 }, { "id": 163, "orderId": 158, "orderSn": "358e4202012262038", "spuId": 17, "spuName": "红颜奶油新鲜大草莓", "spuPic": null, "spuBrand": "鲜午月旗舰店", "categoryId": null, "skuId": 38, "skuName": "现货红颜奶油新鲜大草莓水果礼盒包邮 1000g 【精选中大果】吃货专属", "skuPic": "https://qxmall.oss-cn-shenzhen.aliyuncs.com/2020-12-24//7a1a4ed5-8437-4b6e-8dc6-996d0b969fc7_3.jpg", "price": 276, "skuQuantity": 2 } ], "order": { "id": 158, "memberId": 48, "orderSn": "358e4202012262038", "createTime": "2020-12-26 12:38:15", "memberUsername": "美丽的CC", "totalAmount": 160, "payAmount": 160, "payType": 1, "status": 1, "integration": 10, "receiverName": "但我", "receiverPhone": "1247876543", "receiverDetailAddress": "湖北省武汉市ve", "paymentTime": null } } }