简要描述:

  • 问卷聚合页数据接口

请求域名:

  • http://test.yunzshop.com

请求URL:

GET: plugin.questionnaire.api.index.indexInfo

###传输参数:

参数名 是否必须 类型 说明
index:index string 默认接口标识

###返回参数

参数名 是否必须 类型 说明
id int 问卷id
title string 问卷名称
content text 说明
thumb string 背景图
start_time int 时间戳
start_time int 时间戳

###成功返回数据

{
    "result": 1,
    "msg": "",
    "data": {
        "index": {
            "content": null,
            "thumb": "",
            "list": {
                "total": 2,
                "per_page": 10,
                "current_page": 1,
                "last_page": 1,
                "next_page_url": null,
                "prev_page_url": null,
                "from": 1,
                "to": 2,
                "data": [
                    {
                        "id": 13,
                        "title": "1",
						"start_time": 1625541607,
						"end_time": 1625541608
                    },
                    {
                        "id": 12,
                        "title": "1",
						"start_time": 1625541607,
						"end_time": 1625541608
                    }
                ]
            }
        },
        "answer": "",
        "answerScore": ""
    }
}