- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
订单详情
开发中
GET
/api/front/order/detail/{orderId}
最后修改时间:2023-06-09 08:23:09
责任人:未设置
请求参数
Path 参数
orderId
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
bargainId
integer
必需
combinationId
integer
必需
couponId
integer
必需
couponPrice
integer
必需
createTime
string
必需
deductionPrice
integer
必需
deliveryId
string
必需
deliveryName
string
必需
deliveryType
string
必需
freightPrice
integer
必需
id
integer
必需
isChannel
integer
必需
isMerCheck
integer
必需
mapKey
string
必需
mark
string
必需
orderId
string
必需
orderInfoList
array [object {8}]
必需
orderStatusMsg
string
必需
paid
boolean
必需
payPostage
integer
必需
payPrice
integer
必需
payTime
string
必需
payType
string
必需
payTypeStr
string
必需
pinkId
integer
必需
proTotalPrice
integer
必需
realName
string
必需
refundPrice
integer
必需
refundReason
string
必需
refundReasonTime
string
必需
refundReasonWap
string
必需
refundReasonWapExplain
string
必需
refundReasonWapImg
string
必需
refundStatus
integer
必需
seckillId
integer
必需
shippingType
integer
必需
status
integer
必需
statusPic
string
必需
storeId
integer
必需
systemStore
object
必需
totalPrice
integer
必需
type
integer
必需
useIntegral
integer
必需
userAddress
string
必需
userPhone
string
必需
verifyCode
string
必需
message
string
必需
示例
{
"code": 0,
"data": {
"bargainId": 0,
"combinationId": 0,
"couponId": 0,
"couponPrice": 0,
"createTime": "",
"deductionPrice": 0,
"deliveryId": "",
"deliveryName": "",
"deliveryType": "",
"freightPrice": 0,
"id": 0,
"isChannel": 0,
"isMerCheck": 0,
"mapKey": "",
"mark": "",
"orderId": "",
"orderInfoList": [
{
"attrId": 0,
"cartNum": 0,
"image": "",
"isReply": 0,
"price": 0,
"productId": 0,
"sku": "",
"storeName": ""
}
],
"orderStatusMsg": "",
"paid": true,
"payPostage": 0,
"payPrice": 0,
"payTime": "",
"payType": "",
"payTypeStr": "",
"pinkId": 0,
"proTotalPrice": 0,
"realName": "",
"refundPrice": 0,
"refundReason": "",
"refundReasonTime": "",
"refundReasonWap": "",
"refundReasonWapExplain": "",
"refundReasonWapImg": "",
"refundStatus": 0,
"seckillId": 0,
"shippingType": 0,
"status": 0,
"statusPic": "",
"storeId": 0,
"systemStore": {
"address": "",
"createTime": "",
"dayTime": "",
"detailedAddress": "",
"id": 0,
"image": "",
"introduction": "",
"isDel": true,
"isShow": true,
"latitude": "",
"longitude": "",
"name": "",
"phone": "",
"updateTime": "",
"validTime": ""
},
"totalPrice": 0,
"type": 0,
"useIntegral": 0,
"userAddress": "",
"userPhone": "",
"verifyCode": ""
},
"message": ""
}
修改于 2023-06-09 08:23:09