{
# 本地路径
"file": "C:/touxiang.png"
# 网络路径
# "file": "http://i0.hdslb.com/bfs/archive/c8fd97a40bf79f03e7b76cbc87236f612caef7b2.png"
# 图片base64数据
# "file": "base64 或 DataURL"
}curl --location --request POST 'http://localhost:3000/set_qq_avatar' \
--header 'Authorization: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
# 本地路径
"file": "C:/touxiang.png"
# 网络路径
# "file": "http://i0.hdslb.com/bfs/archive/c8fd97a40bf79f03e7b76cbc87236f612caef7b2.png"
# 图片base64数据
# "file": "base64 或 DataURL"
}'{
"status": "string",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string",
"echo": "string",
"stream": "string"
}