🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] post:/api/questionnaire/index api_token#用户唯一标识 <<< success { "status": 1, "msg": "获取成功", "data": { "total": 10, "page": 1, "page_size": 10, "all_page": 1, "data": [ { "id": 17, //题目id "title": "李开复圣诞节法第三方", //问卷题目 "type": 3, 问卷类型 1单选,2多选,3问答 "create_time": 1517994316, 创建时间 "update_time": null, "status": 1, 状态 1启用 ,0禁用 "options": [] }, { "id": 14, "title": "你来得快是法撒旦法", "type": 3, "create_time": 1517994100, "update_time": null, "status": 1, "options": [] }, { "id": 12, "title": "nksdfsdfdsf", "type": 2, "create_time": 1517984338, "update_time": 1517993674, "status": 1, "options": [ //选项 { "id": 25, "option": "dashkjhdasd", //选项名称 "qid": 12, "create_time": 1517984338, "update_time": 1517993675 } ] }, { "id": 7, "title": "杀了哈第三季度", "type": 1, "create_time": 1517983775, "update_time": 1517994690, "status": 1, "options": [ { "id": 58, "option": "大声道", "qid": 7, "create_time": 1517994602, "update_time": 1517994691 }, { "id": 59, "option": "萨达所", "qid": 7, "create_time": 1517994663, "update_time": 1517994691 } ] }, { "id": 6, "title": "打算", "type": 1, "create_time": 1517983712, "update_time": null, "status": 1, "options": [] }, { "id": 5, "title": "打算", "type": 1, "create_time": 1517983644, "update_time": null, "status": 1, "options": [] }, { "id": 4, "title": "打算", "type": 1, "create_time": 1517983570, "update_time": null, "status": 1, "options": [] }, { "id": 3, "title": "打算答案是多", "type": 2, "create_time": 1517983474, "update_time": 1517994494, "status": 1, "options": [ { "id": 51, "option": "sfds", "qid": 3, "create_time": 1517992710, "update_time": 1517994494 }, { "id": 52, "option": "f卡是粉红色的", "qid": 3, "create_time": 1517992710, "update_time": 1517994495 } ] }, { "id": 2, "title": "打算", "type": 1, "create_time": 1517983454, "update_time": 1517993746, "status": 1, "options": [ { "id": 30, "option": "asdasd", "qid": 2, "create_time": 1517992089, "update_time": 1517993746 }, { "id": 31, "option": "爱打架;哎刷了肯定就", "qid": 2, "create_time": 1517992089, "update_time": 1517993746 }, { "id": 33, "option": "水电费拉开发阶段", "qid": 2, "create_time": 1517992129, "update_time": 1517993746 } ] }, { "id": 1, "title": "测试133333", "type": 3, "create_time": 1517974094, "update_time": 1517974103, "status": 1, "options": [] } ] }, "time": 1000 } <<< error { "status": 2, "msg": "暂无数据", "data": null, "time": 1000 } ~~~