Orders 订单列表
用户订单列表
请求地址(URL)
https://www.mocklib.com/mock/public/orders
响应内容(JSON)
{
    "code": "0",
    "message": "success",
    "orders": [
        {
            "order_id": "nSUtt3iqlrvOKSd",
            "product_id": 8931,
            "product_name": "孝诗顽曰薪响",
            "price": 469.02,
            "quantity": 14,
            "created_at": "1973-09-09 02:02:17",
            "status": 1
        },
        {
            "order_id": "ARCGoLTCnj8fFow",
            "product_id": 6755,
            "product_name": "估婴矫刘",
            "price": 180.7,
            "quantity": 20,
            "created_at": "2000-08-23 22:44:33",
            "status": 2
        },
        {
            "order_id": "h7eMVbAgR0LNUsP",
            "product_id": 9983,
            "product_name": "爆余氓昏箕",
            "price": 34.06,
            "quantity": 25,
            "created_at": "1974-11-10 17:07:52",
            "status": 3
        },
        {
            "order_id": "upZyrOHCGhq5wIV",
            "product_id": 2795,
            "product_name": "椭炙嗽缘骏溺灯",
            "price": 506.4,
            "quantity": 64,
            "created_at": "2018-09-02 05:42:53",
            "status": 3
        },
        {
            "order_id": "iBy2tLouHSYokpV",
            "product_id": 9408,
            "product_name": "恐娥颗周唉皮",
            "price": 987.3,
            "quantity": 24,
            "created_at": "1992-07-07 17:14:25",
            "status": 3
        },
        {
            "order_id": "hrnrH5RyU6t5BBD",
            "product_id": 1814,
            "product_name": "磷诛安叛叮嘲暂",
            "price": 693.51,
            "quantity": 45,
            "created_at": "1976-05-04 05:24:23",
            "status": 3
        }
    ]
}