文档
测试
POST
http://schoolthings.com/admin/api/Question/getList

请求头

参数名
类型
描述
必填
Authorization
ZWJuUWpiR25FeFZGM05teDBNemM0aW5tRE9YUEhQVGcxdmM1PXFZTzNwWjF3ZWxhS2drQjRSa1gwT2l5OHdJV3RlR0Y0TjJuR2tuWEpmb29MaEhrTw%3D%3D
必填

请求参数

参数名
类型
描述
必填
title
搜索问题
必填
page
必填
pagesize
必填

响应参数

参数名
类型
描述
必填
id
问题id
必填
title
问题
必填
answer
解答
必填
create_date
发布时间
必填
create_by_name
发布人员
必填
sort
排序码
必填
status
状态 1未发布 2已发布
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 4, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "329", "title": "小学一年级入学年龄?", "answer": "满6周岁", "status": "1", "sort": "1", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "管理员", "create_date": "2023-08-01 10:49:48", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "管理员", "edit_date": "2023-08-01 11:02:55", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "330", "title": "新市民子女指哪些对象?", "answer": "新市民子女是指随着城市化进程,由农村或外地迁入城市的居民的子女,也就是第一代城市化移民的子女。这些子女在出生和成长过程中,具有不同于当地城市原生居民的文化背景和人生经验,社会化和教育背景等面临着很大的差异。", "status": "1", "sort": "2", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "管理员", "create_date": "2023-08-01 10:50:57", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "管理员", "edit_date": "2023-08-01 10:50:57", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "332", "title": "入学后准备哪些材料?", "answer": "入学后准备哪些材料入学后准备哪些材料", "status": "1", "sort": "3", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "管理员", "create_date": "2023-08-02 16:51:30", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "管理员", "edit_date": "2023-08-02 16:51:30", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "333", "title": "入学后准备哪些材料?", "answer": "入学后准备哪些材料入学后准备哪些材料", "status": "1", "sort": "4", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "管理员", "create_date": "2023-08-02 16:51:42", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "管理员", "edit_date": "2023-08-02 16:51:42", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null } ] } }