- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
分页列表
开发中
GET
/api/admin/store/order/list
最后修改时间:2023-06-07 08:48:11
责任人:未设置
请求参数
Query 参数
dateLimit
string
创建时间区间
limit
integer
每页数量
orderNo
string
订单号
page
integer
页码
status
string
可选
type
integer
可选
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
limit
integer
必需
list
array [object {23}]
必需
page
integer
必需
total
integer
必需
totalPage
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"createTime": "",
"isAlterPrice": true,
"isDel": true,
"orderId": "",
"orderType": "",
"paid": true,
"payPrice": 0,
"payType": "",
"payTypeStr": "",
"productList": [
{
"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": ""
}
],
"realName": "",
"refundPrice": 0,
"refundReason": "",
"refundReasonTime": "",
"refundReasonWap": "",
"refundReasonWapExplain": "",
"refundReasonWapImg": "",
"refundStatus": 0,
"remark": "",
"status": 0,
"statusStr": {},
"type": 0,
"verifyCode": ""
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": ""
}
修改于 2023-06-07 08:48:11