文档
测试

showUser

POST
http://localhost:9090/weixiao01_war/user/showUser

接口描述

这是查询接口,根据参数类型查询信息

请求头

参数名
类型
描述
必填
Content-Type
x-www-form-urlencoded
text/html
必填

请求参数

参数名
类型
描述
必填
id
int
示例:3
可选
name
string
示例:李四
可选
type
string
示例:学生
可选

响应参数

参数名
类型
描述
必填
id
int
示例:3 (根据请求的信息查询)
必填
name
string
示例:李四
必填
type
string
示例:学生
必填