Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaming116/wechat-http-proxy
https://github.com/yaming116/wechat-http-proxy
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaming116/wechat-http-proxy
- Owner: yaming116
- Created: 2024-07-26T03:17:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T03:26:17.000Z (3 months ago)
- Last Synced: 2024-07-26T04:33:50.402Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wechat-http-proxy
企业微信发送应用消息需要固定ip才可以发送,serv00 的机器ip是固定的,正好可以利用一下
获取公网ip
```bash
devil vhost list public
```### 使用方法
下载当前项目,修改 index.js 文件中端口,所有访问企业的接口通过本服务代理访问,例如
企微获取token: https://qyapi.weixin.qq.com/cgi-bin/message/send
修改完为: http://serv00.com:1111/cgi-bin/message/send`serv00.com:1111` 为可以访问你部署程序的公网访问入口