文档
测试

已报名列表

POST
http://educationsign.com/admin/api/Education/getSignList

请求头

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

请求参数

参数名
类型
描述
必填
education_id
报名活动id
必填
page
必填
pagesize
必填

响应参数

参数名
类型
描述
必填
id
报名id
必填
subject
list
报名信息
必填
name
必填
type
必填
not_null
必填
value
必填
disabled
必填
create_by_name
报名人
必填
create_date
报名日期
必填
company_name
学校
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "369", "education_id": "23", "subject": [ { "name": "教师姓名", "disabled": "1", "not_null": "1", "type": "1", "value": "沈伟" }, { "name": "所属学校", "disabled": "1", "not_null": "1", "type": "1", "value": "行知云学校" }, { "name": "手机号码", "disabled": "1", "not_null": "1", "type": "1", "value": "13812160246" }, { "name": "单行", "type": "1", "not_null": "1", "description": "请输入单行", "options": "", "value": "111" }, { "name": "多行", "type": "2", "not_null": "1", "description": "多行输入", "options": "", "value": "222" }, { "name": "单选", "type": "3", "not_null": "1", "description": "请选择单选", "options": [ "1", "2", "3", "4" ], "value": "1" }, { "name": "多选", "type": "4", "not_null": "1", "description": "请输入多选", "options": [ "1", "2", "3", "4", "5" ], "value": "2,3" }, { "name": "日期", "type": "5", "not_null": "1", "description": "请选择日期", "options": "", "value": "2023-09-17" }, { "name": "上传文件", "type": "6", "not_null": "1", "description": "", "options": "", "value": [ { "title": "新建pptpptpptpptpptpptpptpptpptpptpptpptpptpptpptpptpptpptpptpptppt.ppt", "url": "/upload/file/202309/26c2bddfe7d2fe07e61f3a3398eafaba.ppt" } ] } ], "create_by_uuid": "26ffd9dd9c8acacafc64fad32c54b3d7", "create_by_account": null, "create_by_name": "沈伟", "create_date": "2023-09-17 15:06:08", "edit_by_uuid": "26ffd9dd9c8acacafc64fad32c54b3d7", "edit_by_account": null, "edit_by_name": "沈伟", "edit_date": "2023-09-17 15:06:08", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "2e7e1e7ed30511ebb60a7a1125350925", "company_name": "行知云学校" } ] } }