selectUserById
通过Id查找用户
请求参数
参数名
类型
描述
必填
id
int
必填
响应参数
参数名
类型
描述
必填
user
User
通过id只能找到一个User或者null
必填