https://github.com/easychen/serverchan-wecom-proxy
Server酱企业微信应用通道代理脚本
https://github.com/easychen/serverchan-wecom-proxy
Last synced: about 1 year ago
JSON representation
Server酱企业微信应用通道代理脚本
- Host: GitHub
- URL: https://github.com/easychen/serverchan-wecom-proxy
- Owner: easychen
- License: mit
- Created: 2024-07-30T01:47:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T02:17:32.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T20:11:13.232Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverchan-wecom-proxy
Server酱企业微信应用通道代理脚本
## Node 环境
```bash
node app.js
```
代理地址为 公网IP:9000
## Docker 环境
```bash
docker run -p <你想要的端口>:9000 easychen/serverchan-wecom-proxy:latest
```