{
"user_status":0
}
curl --location --request POST 'https://gxs.shhkgxs.com:27443/admin/user/edit?status=1&id=6602' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjUwNzksImZyb20iOiJhZG1pbiIsInRpbWUiOjE3NDI0Mzc1OTd9.UzYRFZO06kDxhnr8uUk6nJ1UrQNXTs3RLqiFLbo421c' \
--header 'view-type: json' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_status":0
}'
{
"url": "/admin/user/index.html",
"type": "success",
"msg": "状态设置成功",
"code": 0
}