获取列表(班主任)
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{host}}/api/school.achievement/getList</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>成功返回示例</h5>
<pre><code>{
"code": 1,
"data": {
"total": 1,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 1,
"entry_year": 2021,
"title": "其中测试",
"manage_id": 46,
"class_id": 0,
"grade_id": 0,
"teacher_name": "粥粥",
"class_name": "二2班",
"yuwen": "87.0",
"shuxue": "76.5",
"yingyu": "90.0",
"create_time": "2023-06-02 11:53:52",
"status": 0,
"deleted": 0,
"creator": "张张"
}
]
},
"token": ""
}
</code></pre>