Orders 订单列表
用户订单列表
请求地址(URL)
https://www.mocklib.com/mock/public/orders
响应内容(JSON)
{
"code": "0",
"message": "success",
"orders": [
{
"order_id": "d6j34N5xFTReWkh",
"product_id": 8151,
"product_name": "赣积或妖忌卸老",
"price": 393.06,
"quantity": 12,
"created_at": "1988-05-13 23:58:58",
"status": 3
},
{
"order_id": "ui3lVbfDf1CPc6D",
"product_id": 7441,
"product_name": "喇湘羚貉抬逊涟茂",
"price": 36.61,
"quantity": 5,
"created_at": "2012-10-04 05:36:33",
"status": 2
},
{
"order_id": "XVXkbbEFovnSaaO",
"product_id": 3610,
"product_name": "诚鲜昔帆",
"price": 744.68,
"quantity": 54,
"created_at": "2021-10-04 07:50:58",
"status": 1
},
{
"order_id": "MBFyNVMhFZ5uusM",
"product_id": 5491,
"product_name": "沃失搀泪余秒蹋戌",
"price": 230.04,
"quantity": 77,
"created_at": "1985-04-16 02:43:09",
"status": 1
},
{
"order_id": "q7L2pf2sS26AqGX",
"product_id": 4085,
"product_name": "芽咽油烧永掉赵",
"price": 718.96,
"quantity": 52,
"created_at": "1998-10-06 00:20:17",
"status": 1
},
{
"order_id": "E7stp27TKjliMIS",
"product_id": 7153,
"product_name": "钟羔庭恫篱伸夸贷",
"price": 141.93,
"quantity": 77,
"created_at": "1976-03-23 14:26:11",
"status": 1
}
]
}