获取单个用户
GET
http://localhost:3000/api/user/:id
接口描述
用户id
响应参数
参数名
类型
描述
必填
code
Number
端响应状态码,200为成功,400为失败
必填
msg
String
提示信息
必填
data
Array
返回的数据
必填