{
"method": "/msg/sendGif",
"params": {
"guid": "{{guid}}",
"wxFileUrl": "http://p.qpic.cn/pic_wework/1802732579/ecea96e80f0c70e81b6d5107416cec562326901d20a61bc4/0",
"toId": "{{toId}}"
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendGif",
"params": {
"guid": "",
"wxFileUrl": "http://p.qpic.cn/pic_wework/1802732579/ecea96e80f0c70e81b6d5107416cec562326901d20a61bc4/0",
"toId": ""
}
}'{
"code": 0,
"data": {
"isSendSuccess": 0,
"msgServerId": 0,
"msgType": 0,
"msgUniqueIdentifier": "string",
"seq": 0,
"timestamp": 0
},
"msg": "string"
}