We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377e56c commit 5e3b99eCopy full SHA for 5e3b99e
README.md
@@ -6,6 +6,7 @@
6
## 使用步骤:
7
1. 配置:复制/weixin-mp-demo-springboot/src/main/resources/application.yml.template 生成application.yml文件,根据自己需要填写相关配置;
8
1. 运行Java程序:com.github.binarywang.demo.wechat.WechatMpDemoApplication;
9
-1. 配置微信公众号中的接口地址:http://xxx/wechat/portal (注意XXX需要是外网可访问的域名,需要符合微信官方的要求);
+1. 打开shell或cmd,进入ngrok目录,运行`ngrok -config ngrok.cfg -subdomain my-domain 8080` 如果运行失败,请更换my-domain为其它字符串,直至连接成功;
10
+1. 配置微信公众号中的接口地址:http://my-domain.tunnel.qydev.com/wechat/portal (注意my-domain要跟上面的一致,需要符合微信官方的要求);
11
1. 根据自己需要修改各个handler的实现,加入自己的业务逻辑。
12
0 commit comments