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 d9f2eff commit 508bc6eCopy full SHA for 508bc6e
README.md
@@ -22,7 +22,7 @@ wx:
22
aesKey: 111
23
```
24
3. 运行Java程序:`WxMpDemoApplication`;
25
-4. 打开shell或cmd,进入ngrok目录,运行 `ngrok -config ngrok.cfg -subdomain my-domain 8080` 如果运行失败,请更换my-domain为其它字符串,直至连接成功;
+4. (可选,如果自己有公网域名,可自行配置)打开shell或cmd,进入ngrok目录,运行 `ngrok -config ngrok.cfg -subdomain my-domain 8080` 如果运行失败,请更换my-domain为其它字符串,直至连接成功;
26
5. 配置微信公众号中的接口地址:http://my-domain.tunnel.qydev.com/wx/portal/xxxxx (注意xxxxx为对应公众号的appid值,my-domain要跟上面的一致,需要符合微信官方的要求);
27
6. 根据自己需要修改各个handler的实现,加入自己的业务逻辑。
28
0 commit comments