{
"id": "6391219955618750470",
"username": "小哎",
"mobile": "13617786374",
"gender": 1,
"email": "xiaoai@163.com",
"address": "广东省深圳市宝安区"
}
curl --location --request PUT 'http://localhost:8088/auth-server/sysUser/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "6391219955618750470",
"username": "小哎",
"mobile": "13617786374",
"gender": 1,
"email": "xiaoai@163.com",
"address": "广东省深圳市宝安区"
}'
{
"code": 200,
"msg": "操作成功!"
}