1:引入jar文件
目前wechat4j的最新版本为1.3,下载地址:https://github.com/sword-org/wechat4j/releases
2:在工程的src下加入配置文件wechat4j.properties
#wechat appid
wechat.appid=wxee1894c6b5a44b8e
#wechat app secret
wechat.appsecret=7a938414e38c9f007608c40bbb6478fc
3:单元测试给单个粉丝发送文本消息