You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #555 on December 22, 2024 09:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Verify steps
Describe the Feature
刚开始一直用的POST+application/x-www-form-urlencoded
用了几天发现单个的失败会通知,但是汇总一直没有,排查日志发现有4xx的错误。
然后经过测试,urlencode相关的函数都用不了,然后又查了pushover和qiandao的文档。最后发现可以发送json格式,终于完美解决。
Describe the solution
POST+application/json
{"token":"自己替换","user":"自己替换","html":1,"message":"{log}"}
Describe alternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions