- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
订单列表
开发中
GET
/api/front/order/list
最后修改时间:2023-06-09 08:24:48
责任人:未设置
请求参数
Query 参数
type
string
可选
page
string
可选
limit
string
可选
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
limit
integer
必需
list
array [object {26}]
必需
page
integer
必需
total
integer
必需
totalPage
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"activityType": "",
"bargainId": 0,
"cartInfo": [
{
"id": 0,
"info": {
"attrValueId": 0,
"giveIntegral": 0,
"image": "",
"isReply": 0,
"isSub": true,
"payNum": 0,
"price": 0,
"productId": 0,
"productName": "",
"productType": 0,
"sku": "",
"tempId": 0,
"vipPrice": 0,
"volume": 0,
"weight": 0
},
"orderId": 0,
"productId": 0,
"unique": ""
}
],
"createTime": "",
"deliveryId": "",
"deliveryName": "",
"deliveryType": "",
"id": 0,
"offlinePayStatus": 0,
"orderId": "",
"orderInfoList": [
{
"attrId": 0,
"cartNum": 0,
"image": "",
"isReply": 0,
"price": 0,
"productId": 0,
"sku": "",
"storeName": ""
}
],
"orderStatus": "",
"paid": true,
"payPostage": 0,
"payPrice": 0,
"payTime": "",
"pinkId": 0,
"refundStatus": 0,
"shippingType": 0,
"status": 0,
"statusPic": "",
"storeId": 0,
"storeOrder": {
"backIntegral": 0,
"bargainId": 0,
"bargainUserId": 0,
"beforePayPrice": 0,
"clerkId": 0,
"combinationId": 0,
"cost": 0,
"couponId": 0,
"couponPrice": 0,
"createTime": "",
"deductionPrice": 0,
"deliveryCode": "",
"deliveryId": "",
"deliveryName": "",
"deliveryType": "",
"freightPrice": 0,
"gainIntegral": 0,
"id": 0,
"isAlterPrice": true,
"isChannel": 0,
"isDel": true,
"isMerCheck": 0,
"isRemind": true,
"isSystemDel": true,
"mark": "",
"merId": 0,
"orderId": "",
"outTradeNo": "",
"paid": true,
"payPostage": 0,
"payPrice": 0,
"payTime": "",
"payType": "",
"pinkId": 0,
"proTotalPrice": 0,
"realName": "",
"refundPrice": 0,
"refundReason": "",
"refundReasonTime": "",
"refundReasonWap": "",
"refundReasonWapExplain": "",
"refundReasonWapImg": "",
"refundStatus": 0,
"remark": "",
"seckillId": 0,
"shippingType": 0,
"status": 0,
"storeId": 0,
"totalNum": 0,
"totalPostage": 0,
"totalPrice": 0,
"type": 0,
"uid": 0,
"updateTime": "",
"useIntegral": 0,
"userAddress": "",
"userPhone": "",
"verifyCode": ""
},
"totalNum": 0,
"type": 0,
"verifyCode": ""
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": ""
}
修改于 2023-06-09 08:24:48