{
"method": "/msg/insertCollectionMsg",
"params": {
"guid": "{{guid}}",
"msgData": {
"fileMd5": "88ccc33ea8c261e2c37***ce85d57d89",
"fileHttpUrl": "https://wework.qpic.cn/wwpic/611370_AdIcFFDQ_1678255331/0"
},
"type": 29
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/insertCollectionMsg",
"params": {
"guid": "{{guid}}",
"msgData": {
"fileMd5": "88ccc33ea8c261e2c37***ce85d57d89",
"fileHttpUrl": "https://wework.qpic.cn/wwpic/611370_AdIcFFDQ_1678255331/0"
},
"type": 29
}
}'{
"data": {},
"code": 0,
"msg": "string"
}