curl --location 'http://manager.qiweapi.com/qiwe/api/qw/doFileApi' \
--header 'X-QIWEI-TOKEN: ' \
--form 'method="/cloud/cloudUpload"' \
--form 'guid=""' \
--form 'file=@""'{
"code": 0,
"data": {
"cloudUrl": "https://wochat-media-dev.oss-cn-beijing.aliyuncs.com/wochat/stone.jpg"
},
"msg": "成功"
}