{
"id": 90,
"name": "心命群青机组",
"ckey": "123123",
"authTime": "0",
"point": 52,
"qq": "1330166564",
"remark": "备注在这里",
"token": "commodoessecillum",
"pass": "123123456789"
}
curl --location --request POST '/myauth/web/updUser' \
--header 'token: 23c51867dd6d46f4a79b285e26fce713' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 90,
"name": "心命群青机组",
"ckey": "123123",
"authTime": "0",
"point": 52,
"qq": "1330166564",
"remark": "备注在这里",
"token": "commodoessecillum",
"pass": "123123456789"
}'
{
"code": 200,
"success": true,
"msg": "修改成功",
"sign": "",
"result": null,
"timestamp": 1645068485476
}