Orders 订单列表
用户订单列表
请求地址(URL)
https://www.mocklib.com/mock/public/orders
响应内容(JSON)
{
    "code": "0",
    "message": "success",
    "orders": [
        {
            "order_id": "LWWIpX0GS3uetTF",
            "product_id": 2942,
            "product_name": "癸华过苏祷掷破焚",
            "price": 750.59,
            "quantity": 60,
            "created_at": "1982-08-28 17:48:49",
            "status": 2
        },
        {
            "order_id": "gWcKZnmvyk1ZsG3",
            "product_id": 134,
            "product_name": "漓佃岂簇",
            "price": 364.21,
            "quantity": 98,
            "created_at": "2018-01-20 12:31:25",
            "status": 1
        },
        {
            "order_id": "86lF0gRuuS2hVYw",
            "product_id": 5320,
            "product_name": "蔼钞霉蔽盘",
            "price": 142.56,
            "quantity": 61,
            "created_at": "2004-09-26 08:49:17",
            "status": 2
        },
        {
            "order_id": "x5x1yzlWUcH3yQF",
            "product_id": 2804,
            "product_name": "归蠕至宙祟",
            "price": 209.59,
            "quantity": 16,
            "created_at": "1974-03-12 02:22:22",
            "status": 1
        },
        {
            "order_id": "CPHkTYLNB0EGUc9",
            "product_id": 4362,
            "product_name": "詹拉础谋鼎搓誓",
            "price": 223.67,
            "quantity": 25,
            "created_at": "2017-10-06 11:06:31",
            "status": 2
        },
        {
            "order_id": "EgMmLmReFC5RBKJ",
            "product_id": 5317,
            "product_name": "诀带构倪钳维披",
            "price": 866.34,
            "quantity": 69,
            "created_at": "1991-09-12 01:40:52",
            "status": 3
        }
    ]
}