文档
测试

修改学生个人信息

PUT
http://localhost:8081/students/update

接口描述

修改学生的个人信息

请求参数

```json { brrCount:11 card:"0" id:100050 name:"xiaoger" pwd:"123xjx" tel:"18228588882" timeOut:0 } ```

响应参数

参数名
类型
描述
必填
success
String
修改成功
必填
error
String
修改失败
必填

响应参数