学生登录 websocket测试 POST http://localhost:8081/students/findById/ 接口描述 学生登录提交数据 请求参数 ```json { name: "xiaoger", pwd: "123xjx" } ``` 响应示例 ```json {id: 1006, name: "xiaoger", pwd: "123xjx", tel: "18228282828"} ```