{
"nickname": "QQ昵称",
"personal_note": "个性签名",
"sex": "性别:0表示未知,1表示男性 2表示女性"
}curl --location --request POST 'http://localhost:3000/set_qq_profile' \
--header 'Authorization: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "QQ昵称",
"personal_note": "个性签名",
"sex": "性别:0表示未知,1表示男性 2表示女性"
}'{
"status": "string",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string"
},
"message": "string",
"wording": "string",
"echo": "string",
"stream": "string"
}