Slides 轮播图
请求地址(URL)
https://www.mocklib.com/mock/public/slides
响应内容(JSON)
{
    "code": "0",
    "message": "success",
    "data": [
        {
            "url": "https://picsum.photos/seed/66b532d7f855cc072aac9cced9a4924f/750/500",
            "width": "750",
            "height": "500"
        },
        {
            "url": "https://picsum.photos/seed/5bd0d0611aa4b3939f9f959ce0713d9c/750/500",
            "width": "750",
            "height": "500"
        }
    ]
}