Orders 订单列表
用户订单列表
请求地址(URL)
https://www.mocklib.com/mock/public/orders
响应内容(JSON)
{
    "code": "0",
    "message": "success",
    "orders": [
        {
            "order_id": "QuWMcQcURHx6nVN",
            "product_id": 1924,
            "product_name": "猾匣团羽邢侍澈",
            "price": 125.32,
            "quantity": 37,
            "created_at": "1991-02-02 09:18:39",
            "status": 3
        },
        {
            "order_id": "2Hc4TA5kODnQuG1",
            "product_id": 5741,
            "product_name": "植搜逾币鼓愈庙如",
            "price": 395.86,
            "quantity": 92,
            "created_at": "2005-08-28 07:17:35",
            "status": 2
        },
        {
            "order_id": "x9KCeyKmOb6qmuc",
            "product_id": 5910,
            "product_name": "婆肯痴纲郭萍雁宏",
            "price": 683.51,
            "quantity": 48,
            "created_at": "1973-09-19 03:26:46",
            "status": 2
        },
        {
            "order_id": "lpF2NGCXGthglnh",
            "product_id": 2396,
            "product_name": "担骑摔碴膏曳",
            "price": 434.84,
            "quantity": 80,
            "created_at": "2014-06-06 08:07:37",
            "status": 3
        },
        {
            "order_id": "ZlYpFrm2GKta7A3",
            "product_id": 3385,
            "product_name": "登列厕碱医着茎",
            "price": 427.96,
            "quantity": 87,
            "created_at": "2020-09-10 23:37:43",
            "status": 2
        },
        {
            "order_id": "dCAGNfjanREYWLB",
            "product_id": 1866,
            "product_name": "眷冀吝藕毗",
            "price": 165.71,
            "quantity": 92,
            "created_at": "2004-04-03 00:55:58",
            "status": 1
        }
    ]
}