Orders 订单列表
用户订单列表
请求地址(URL)
https://www.mocklib.com/mock/public/orders
响应内容(JSON)
{
    "code": "0",
    "message": "success",
    "orders": [
        {
            "order_id": "FL3NNIRRQvhRU0U",
            "product_id": 126,
            "product_name": "密团莹漂湍扑苑寄",
            "price": 863.44,
            "quantity": 85,
            "created_at": "2013-08-20 11:42:38",
            "status": 2
        },
        {
            "order_id": "I8iiyG4QsiNQF93",
            "product_id": 6234,
            "product_name": "暂渭弛存韦沽墓所",
            "price": 721.04,
            "quantity": 1,
            "created_at": "2021-01-17 23:22:24",
            "status": 3
        },
        {
            "order_id": "c6rTfOKPicUePJk",
            "product_id": 9057,
            "product_name": "茎血洛瑟呻椎谣季",
            "price": 441.45,
            "quantity": 69,
            "created_at": "1987-12-17 14:38:30",
            "status": 3
        },
        {
            "order_id": "GkEnbw3CdMGjwIi",
            "product_id": 9657,
            "product_name": "巢犬谢艰帜",
            "price": 925.24,
            "quantity": 97,
            "created_at": "1970-03-22 19:54:54",
            "status": 1
        },
        {
            "order_id": "MMUNyaf3Ai7q26f",
            "product_id": 3657,
            "product_name": "态喇购褥",
            "price": 253.78,
            "quantity": 21,
            "created_at": "1992-01-12 11:53:05",
            "status": 1
        },
        {
            "order_id": "7dXvkVlZsZPoWi8",
            "product_id": 6056,
            "product_name": "穗晌搏凹暴快",
            "price": 263.91,
            "quantity": 10,
            "created_at": "1975-01-24 04:39:51",
            "status": 2
        }
    ]
}