Skip to content

yjr918325/weixin_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unionpay wechat java tool

=======

银联微信服务java工具


步骤:

项目地址

内网: https://172.24.19.33:3000/unionpay_wechat_tool.git

外网: 访问https://sslvpn.unionpay.com 账号请联系组长获取 连接vpn后再访问内网地址

订阅号和服务号,在maven项目中添加:

<dependency>
  <groupId>me.chanjar</groupId>
  <artifactId>weixin-java-mp</artifactId>
  <version>1.3.3</version>
</dependency>

企业号应用,在你的maven项目中添加:

<dependency>
  <groupId>me.chanjar</groupId>
  <artifactId>weixin-java-cp</artifactId>
  <version>1.3.3</version>
</dependency>

获取项目文件config.xml中的app信息

公众号appID 公众号appsecret 公众号Token 公众号EncodingAESKey 可以不填写 可以不填写

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages