文档
测试

满意度调查套卷问题列表

POST
{{url}}/admin/degreeQuestionList

请求参数

参数名
类型
描述
必填
match
必填
page
必填

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, "data": [ { "rn": 1, "id": 1, "question": "123454", "type": 1, "is_degree": 1, "sort": 0 } ], "first_page_url": "http://www.zhongxin.com/admin/degreeQuestionList?match=1&page=1", "from": 1, "last_page": 1, "last_page_url": "http://www.zhongxin.com/admin/degreeQuestionList?match=1&page=1", "next_page_url": null, "path": "http://www.zhongxin.com/admin/degreeQuestionList", "per_page": 20, "prev_page_url": null, "to": 1, "total": 1 } }