updateById(更新)
PUT
http://localhost:8081/user/update
接口描述
根据用户id更新
请求参数
参数名
类型
描述
必填
id
int
用户id
必填
username
string
用户的名字
必填
password
string
用户的密码
必填
响应参数
参数名
类型
描述
必填
status
string
成功返回success,失败返回error
必填
msg
string
汉字表示成功或者失败
必填