我使用火箭聊天创建了新的传入webhook。
> curl -X POST -H 'Content-Type: application/json' --data
> '{"username":"Ship Reporter","text":"Example
> message","attachments":[{"title":"Rocket.Chat","title_link":"https://rocket.chat","text":"Rocket.Chat,
> the best open source
> chat","image_url":"https://rocket.chat/images/mockup.png","color":"#764FA5"}]}'
> https://chat.lintcloud.com/hooks/xxxxxxxxx/yyyyyyyyyy
如果我使用curl点击网址,则会将响应设为false。
{"success":false}
有人知道这个问题请指导我修复。