文档
测试

通过id查看学生信息

GET
http://localhost:8081/students/findById/{id}

接口描述

通过id查看学生信息

请求参数

参数名
类型
描述
必填
id
int
当前学生id号
必填

请求参数

响应示例

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