文档
测试

主页列表

POST
http://leave2.com/performance/api/HomePage/getHomePageList

请求头

参数名
类型
描述
必填
Authorization
TWJFPW9nMVlmT3g1M0dWRi1LNTloOElIaC00UnpjVUZoUld2VFM3Q3o5SDdvUEVMcFNoZm8tZ2UzSUk2cWE2Q1NKY0RyLVlkMlBVQmxTV3VxUm5YMkpIZjVTRlQ9alJIajlsbTlNSnU5Y1R3dw
必填

请求参数

参数名
类型
描述
必填
school_year_id
学期id
必填

响应参数

参数名
类型
描述
必填
category
分类名称
必填
score
总分
必填
items
列表
必填
id
录入id
必填
item_title
考核项名称
必填
username
姓名
必填
id_number
身份证号
必填
score
得分
必填
status
状态 0待打分 1待确认 2已确认 3已驳回
必填
teacher_submit
是否可自主提交 true / false
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "category": "定额考核", "teacher_submit": false, "score": 0, "items": [ { "id": "1101", "category_id": "137", "category_title": "定额考核", "item_id": "137", "item_title": "考核1", "username": "施鸿烨", "id_number": "12344583884", "uuid": "cc5c0aad5ad03f947cf5289126c019d9", "score": null, "content": "测试内容", "status": "0", "suggestion": null, "file": "dfhfdgjhfdgjgfhkg", "create_by_uuid": "cc5c0aad5ad03f947cf5289126c019d9", "create_by_account": null, "create_by_name": "施鸿烨", "create_date": "2024-01-16 20:45:08", "edit_by_uuid": "cc5c0aad5ad03f947cf5289126c019d9", "edit_by_account": null, "edit_by_name": "施鸿烨", "edit_date": "2024-01-16 20:45:08", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "school_year_id": "31", "company_uuid": "wpB77hCAAADtF65MV8aWvLDGIefjpvwA", "company_name": "智慧校园", "real_score": 0 } ] } ] }