Skip to content
New issue

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

[Suggestion]: 希望可以给企业微信应用推送添加自定义推送api地址 #352

Closed
samir2015dzh opened this issue Oct 20, 2023 · 7 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@samir2015dzh
Copy link

是否有人曾提过类似的问题?

否(No)

你觉得APP有什么不足之处?

大佬在wiki里面也提到了,现在的企业微信应用需要可信ip才能进行转发,但是家用宽带最多只给动态公网ip,我专门买了一台vps做微信转发代理,但是应用里面并没有这个选项

你觉得该怎么去完善会比较好?【非必答】

No response

@samir2015dzh samir2015dzh added the help wanted Extra attention is needed label Oct 20, 2023
@pppscn
Copy link
Owner

pppscn commented Oct 20, 2023

直接反向代理(proxy_pass)api地址?

@pppscn
Copy link
Owner

pppscn commented Oct 20, 2023

请重新下载每周构建版测试
https://github.com/pppscn/SmsForwarder/actions/workflows/Weekly_Build.yml

@samir2015dzh
Copy link
Author

samir2015dzh commented Oct 21, 2023

请重新下载每周构建版测试 https://github.com/pppscn/SmsForwarder/actions/workflows/Weekly_Build.yml

已经下载测试了,但是填入我自己搭建的微信转发代理之后,点击测试提示not found

大佬我可以给你提供一个vps搭建的微信转发代理测试,请问该怎么给你呢

@pppscn
Copy link
Owner

pppscn commented Oct 21, 2023

反向代理到这个 https://qyapi.weixin.qq.com/cgi-bin 吗?

或者 你贴一下你的反向代理配置

@samir2015dzh
Copy link
Author

反向代理到这个 https://qyapi.weixin.qq.com/cgi-bin 吗?

或者 你贴一下你的反向代理配置

location /cgi-bin/gettoken {
proxy_pass https://qyapi.weixin.qq.com;
}
location /cgi-bin/message/send {
proxy_pass https://qyapi.weixin.qq.com;
}
location /cgi-bin/menu/create {
proxy_pass https://qyapi.weixin.qq.com;
}

@pppscn
Copy link
Owner

pppscn commented Oct 21, 2023

已经按 proxy_pass https://qyapi.weixin.qq.com; 处理,请重新下载每周构建版测试

https://github.com/pppscn/SmsForwarder/actions/workflows/Weekly_Build.yml

@samir2015dzh
Copy link
Author

已经按 proxy_pass https://qyapi.weixin.qq.com; 处理,请重新下载每周构建版测试

https://github.com/pppscn/SmsForwarder/actions/workflows/Weekly_Build.yml

已经测试成功了,非常感谢大佬的耐心

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants