We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
刚开始一直用的POST+application/x-www-form-urlencoded 用了几天发现单个的失败会通知,但是汇总一直没有,排查日志发现有4xx的错误。 然后经过测试,urlencode相关的函数都用不了,然后又查了pushover和qiandao的文档。最后发现可以发送json格式,终于完美解决。
POST+application/json
{"token":"自己替换","user":"自己替换","html":1,"message":"{log}"}
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: