通过id查看学生信息
GET
http://localhost:8081/students/findById/{id}
接口描述
通过id查看学生信息
请求参数
参数名
类型
描述
必填
id
int
当前学生id号
必填