Skip to content

Commit 33e3f21

Browse files
authored
Update README.MD
1 parent fd2d5b4 commit 33e3f21

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.MD

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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
34

45
[![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)
56
-----------------------
67

78
## 使用步骤:
89
1. 配置:修改`/src/main/resources/application.yml` ,根据自己需要填写相关配置(需要注意的是:yml文件内的属性冒号后面的文字之前需要加空格,可参考已有配置,否则属性会设置不成功);
910
1. 运行Java程序:`com.github.binarywang.demo.wechat.WxOpenDemoApplication`
10-
1. 配置微信三方平台中的授权事件接收URLhttp://my-domain/notify/receive_ticket
11-
1. 配置微信三方平台中的公众号消息与事件接收URL http://my-domain/api/notify/$APPID$/callback
11+
1. 配置微信第三方平台中的授权事件接收URLhttp://my-domain/notify/receive_ticket
12+
1. 配置微信第三方平台中的公众号消息与事件接收URL http://my-domain/api/notify/$APPID$/callback
1213

0 commit comments

Comments
 (0)