{
"qq": "1330166565"
}
curl --location --request POST '/myauth/web/editQQ' \
--header 'token: 4932898124974b0db209a04744962891' \
--header 'Content-Type: application/json' \
--data-raw '{
"qq": "1330166565"
}'
{
"code": 200,
"success": true,
"msg": "QQ修改成功",
"sign": "",
"result": null,
"timestamp": 1646314415005
}