简要描述:

-捐赠个人详情

请求URL:

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

请求参数说明:

参数名 类型 是否必需 说明
id int 个人记录id
time string 选择时间

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "person": {
            "name": "韦锋",
            "tel": "18520632247",
            "latest_project_img": "http://www.wfshop.com/static/upload/images/5/2021/11/bca8dabc042a9e96a7fcb1c28756ed55.jpg",
            "change_img": null,
            "change_video": null
        },
        "person_list": [
            {
                "id": 1,
                "project_id": 3,
                "remarks": "阿斯达是的",
                "price": "1000.00",
                "img": [
                    "images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg",
                    "images/5/2021/10/eff028141e596d93c031dbf23f35d96f.jpg"
                ],
                "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"
                ],
                "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"
                ],
                "project": null
            },
            {
                "id": 2,
                "project_id": 3,
                "remarks": "阿斯阿法法师是的",
                "price": "1000.00",
                "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"
                ],
                "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"
                ],
                "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"
                ],
                "project": null
            }
        ]
    }
}

返回参数说明:

参数名 类型 说明
person.name string 个人姓名
person.latest_project_img string 个人最新项目图片
person_list.remarks string 个人记录备注
person_list.price float 捐赠金额
person_list.project.title string 项目标题
person_list.change_img string 个人图片
person_list.change_video string 个人视频

错误时返回: