{
"fromSoftId": 1,
"user": "non",
"name": "高地军",
"authTime": "-1",
"pass": "123456",
"qq": "1330166564",
"point": 56,
"remark": "我是备注",
"ckey": "commodotempoficiostrud"
}
curl --location --request POST '/myauth/web/addUser' \
--header 'token: 23c51867dd6d46f4a79b285e26fce713' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1,
"user": "non",
"name": "高地军",
"authTime": "-1",
"pass": "123456",
"qq": "1330166564",
"point": 56,
"remark": "我是备注",
"ckey": "commodotempoficiostrud"
}'
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1645077731876
}