- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
拼团订单列表
开发中
GET
/api/admin/store/combination/order_pink/{id}
最后修改时间:2023-06-07 08:26:34
责任人:未设置
请求参数
Path 参数
id
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
array [object {8}]
必需
avatar
string
可选
id
integer
可选
nickname
string
可选
orderId
string
可选
orderStatus
integer
可选
refundStatus
integer
可选
totalPrice
integer
可选
uid
integer
可选
message
string
必需
示例
{
"code": 0,
"data": [
{
"avatar": "",
"id": 0,
"nickname": "",
"orderId": "",
"orderStatus": 0,
"refundStatus": 0,
"totalPrice": 0,
"uid": 0
}
],
"message": ""
}
修改于 2023-06-07 08:26:34