File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- ### 本Demo基于Spring Boot构建,实现微信三方平台开发功能。
2
- ### 本项目为weixin-java-tools的Demo演示程序,更多Demo请查阅:https://github.com/Wechat-Group/weixin-java-tools
1
+ ### 本Demo基于Spring Boot构建,实现微信第三方平台开发功能。
2
+
3
+ #### 本项目为weixin-java-tools的Demo演示程序,更多信息请查阅:https://github.com/Wechat-Group/weixin-java-tools
3
4
4
5
[ ![ Build Status] ( https://travis-ci.org/Wechat-Group/weixin-java-open-demo.svg?branch=master )] ( https://travis-ci.org/Wechat-Group/weixin-java-open-demo )
5
6
-----------------------
6
7
7
8
## 使用步骤:
8
9
1 . 配置:修改` /src/main/resources/application.yml ` ,根据自己需要填写相关配置(需要注意的是:yml文件内的属性冒号后面的文字之前需要加空格,可参考已有配置,否则属性会设置不成功);
9
10
1 . 运行Java程序:` com.github.binarywang.demo.wechat.WxOpenDemoApplication ` ;
10
- 1 . 配置微信三方平台中的授权事件接收URL :http://my-domain/notify/receive_ticket
11
- 1 . 配置微信三方平台中的公众号消息与事件接收URL http://my-domain/api/notify/$APPID$/callback
11
+ 1 . 配置微信第三方平台中的授权事件接收URL :http://my-domain/notify/receive_ticket
12
+ 1 . 配置微信第三方平台中的公众号消息与事件接收URL http://my-domain/api/notify/$APPID$/callback
12
13
You can’t perform that action at this time.
0 commit comments