绑定学校输入学籍号自动分配学校 websocket测试 GET localhost:9000/api/studentInfo/selectSchool/010011 接口描述 根据传入的学籍号后六位查询学生学校 说明 / 示例 ``` { "msg": "success", "code": 0, "studentInfoEntity": { "studentId": 1, "studentCode": "L430105201501010011", "studentName": "小明", "studentAge": 9, "studentSex": "男", "studentAddress": "湖南长沙", "studentMobile": "17673649977", "studentGrade": "三年级", "studentClass": "203班", "studentSchool": "博才白鹤小学东校区", "status": 0, "createDate": "2021-05-10 15:38:04", "modifyDate": "2021-05-10 15:38:06", "schoolId": 10 } } ```
``` { "msg": "success", "code": 0, "studentInfoEntity": { "studentId": 1, "studentCode": "L430105201501010011", "studentName": "小明", "studentAge": 9, "studentSex": "男", "studentAddress": "湖南长沙", "studentMobile": "17673649977", "studentGrade": "三年级", "studentClass": "203班", "studentSchool": "博才白鹤小学东校区", "status": 0, "createDate": "2021-05-10 15:38:04", "modifyDate": "2021-05-10 15:38:06", "schoolId": 10 } } ```