update
POST
http://localhost:9090/weixiao01_war/user/updateUser
接口描述
这是修改接口,根据参数类型修改信息
请求头
参数名
类型
描述
必填
Content-Type
x-www-form-urlencoded
text/html
必填
请求参数
参数名
类型
描述
必填
id
int
示例 :4
必填
name
string
示例:武松
必填
type
string
示例:师兄
必填
school
string
示例:修真院
必填
响应参数
参数名
类型
描述
必填
id
int
示例 :4 (根据请求的信息修改)
必填
name
string
示例:武松
必填
type
string
示例:师兄
必填
school
string
示例:修真院
必填