Update README.md

master
chunbo007 2 years ago committed by GitHub
parent 3af762429b
commit cb3c41b0e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 18
      README.md

@ -16,6 +16,16 @@
7. ...
# 界面演示
![授权管理](https://github.com/chunbo007/wechat-mp/assets/16535982/14700ac3-fea0-475e-a1e6-f3a6ebbec556)
![版本管理](https://github.com/chunbo007/wechat-mp/assets/16535982/2dbe277d-77ab-4295-9755-9b39dcf3a9ca)
![版本管理2](https://github.com/chunbo007/wechat-mp/assets/16535982/92cb9fc4-ace3-4fb8-93e3-f9a039b04e9e)
![管理管理3](https://github.com/chunbo007/wechat-mp/assets/16535982/37abf340-e1c7-4538-895a-fe9ac767a14e)
![开放平台](https://github.com/chunbo007/wechat-mp/assets/16535982/5a3ef41d-5257-4051-a450-2f67907d1fe5)
![开放平台2](https://github.com/chunbo007/wechat-mp/assets/16535982/9d195873-62a2-4483-ae27-9fdb9b2166e0)
![消息日志](https://github.com/chunbo007/wechat-mp/assets/16535982/7fa50073-c979-43c5-aaeb-30386f1ab1b6)
![转发日志](https://github.com/chunbo007/wechat-mp/assets/16535982/9614e728-5a9e-4438-83d8-f736c2fbd17c)
# 安装步骤
@ -65,6 +75,12 @@
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
}
location /openapi/ {
proxy_pass http://127.0.0.1:8789/openapi/;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
}
location / {
try_files $uri $uri/ /index.html;
@ -109,4 +125,4 @@ $res = file_get_contents($url);
如有不明白的可以留言,欢迎各位提pr
如果对你的项目有帮助,欢迎star,谢谢
如果对你的项目有帮助,欢迎star,谢谢

Loading…
Cancel
Save