简要描述:

-项目视频图片

请求URL:

&route=plugin.present-project.frontend.project.getProjectAll

请求参数说明:

参数名 类型 是否必需 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "list": {
            "current_page": 1,
            "data": [
                {
                    "title": "测试",
                    "img": [
                        "images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg",
                        "images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg"
                    ],
                    "video": [
                        "videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4",
                        "videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4"
                    ],
                    "change_img": [
                        "http://www.wfshop.com/static/upload/images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg",
                        "http://www.wfshop.com/static/upload/images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg"
                    ],
                    "change_video": [
                        "http://www.wfshop.com/static/upload/videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4",
                        "http://www.wfshop.com/static/upload/videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4"
                    ]
                },
                {
                    "title": "asd",
                    "img": [
                        "images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg",
                        "images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg"
                    ],
                    "video": [
                        "videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4",
                        "videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4"
                    ],
                    "change_img": [
                        "http://www.wfshop.com/static/upload/images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg",
                        "http://www.wfshop.com/static/upload/images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg"
                    ],
                    "change_video": [
                        "http://www.wfshop.com/static/upload/videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4",
                        "http://www.wfshop.com/static/upload/videos/5/2021/10/409bc6f4c1d4e747f9860deb6f96f1ef.mp4"
                    ]
                }
            ],
            "first_page_url": "http://www.wfshop.com/addons/yun_shop/api.php?page=1",
            "from": 1,
            "last_page": 1,
            "last_page_url": "http://www.wfshop.com/addons/yun_shop/api.php?page=1",
            "next_page_url": null,
            "path": "http://www.wfshop.com/addons/yun_shop/api.php",
            "per_page": 20,
            "prev_page_url": null,
            "to": 2,
            "total": 2
        }
    }
}

返回参数说明:

参数名 类型 说明
title string 项目名称
change_img array 项目图片
change_video array 项目视频

错误时返回: