~~~[api]
post:index/login
*number#学号
*name#学生名
<<<
success
{
"status": 1,
"msg": "提交成功",
"student": {
"id":"3",
"number":"22222",
"name":"学生A",
“course":"1,3,5"
}
}
<<<
error
{
"status": 0,
"msg": "学号或学生名字错误"
}
