学生列表
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{host}}/parent/User/myStudent</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>成功返回示例</h5>
<pre><code>{
"code": 1,
"msg": "success",
"data": {
"list": {
"total": 2,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 2,
"stu_id": 7,
"user_id": 127,
"create_time": "2023-05-31 10:52:53",
"student": {
"id": 7,
"student_name": "肖睿樊",
"m1_code": "866572060034361",
"class_name": "一1班"
}
},
{
"id": 1,
"stu_id": 6,
"user_id": 127,
"create_time": "2023-05-31 10:52:53",
"student": {
"id": 6,
"student_name": "韦骏琦",
"m1_code": "866572060009751",
"class_name": "一1班"
}
}
]
}
},
"token": ""
}
</code></pre>