编辑
2026-02-13
学习资料
0

image.png

请求头

Content-Type: application/json

请求体

{ "title": "#{ruleName}", "message": "#{time}\n#{ipAddr}", "priority": 5 }

image.png

CURL调试命令

curl.exe "https://gofity.server.com/message?token=123456" ` -F "title=测试" ` -F "message=hello world" ` -F "priority=5"