Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Mar 6, 2017
1 parent 2e18817 commit 8cbd440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-----------------------

## 使用步骤:
1. 配置:复制`/src/main/resources/application.yml.template` 生成application.yml文件,根据自己需要填写相关配置;
1. 配置复制`/src/main/resources/application.yml.template` 生成application.yml文件,根据自己需要填写相关配置;
1. 运行Java程序:`com.github.binarywang.demo.wechat.WechatMpDemoApplication`
1. 打开shell或cmd,进入ngrok目录,运行 `ngrok -config ngrok.cfg -subdomain my-domain 8080` 如果运行失败,请更换my-domain为其它字符串,直至连接成功;
1. 配置微信公众号中的接口地址:http://my-domain.tunnel.qydev.com/wechat/portal (注意my-domain要跟上面的一致,需要符合微信官方的要求);
Expand Down

0 comments on commit 8cbd440

Please sign in to comment.