学生注册 websocket测试 POST http://localhost:8081/students/add 接口描述 学生信息的注册 请求参数 ```json {name: "1111", pwd: "123xjx", card: "0", tel: "18228588880", brrCount: "10", timeOut: "0"} ``` 响应参数 学生的用户名和id号 例如:100052 , 1111
```json {name: "1111", pwd: "123xjx", card: "0", tel: "18228588880", brrCount: "10", timeOut: "0"} ```