更新用户状态
PUT
http://localhost:3000/users/update
接口描述
更新数据状态
请求参数
参数名
类型
描述
必填
id
number
【必选】 id名
必填
state
bool
【必选】state=0 默认用户正常,state=1冻结用户
必填