IJPay make payments at your fingertips, release 2.0.0: Reconstruction Project

IJPay make payment within reach, encapsulates the micro-channel payment, Alipay, CUP payment commonly used method of payment as well as a variety of commonly used interfaces. Do not rely on any third party mvc framework, using only simple tools to quickly complete the development of the payment module can be easily embedded into any system as.

update content:

1, alipay-sdk-java upgraded to the latest version 3.7.110.ALL
2, upgraded to the latest version 1.2.58 fastjson
3, using the global tools hutool, paid inclusion 70% reduction of total
4 different ways using different payment Module to build, expand the structure clearer and more convenient
5, micro-channel pay while supporting MD5 and HMAC-SHA256 signature two kinds of ways

pay attention:

  • Micro-channel payment is not compatible with the 1.2.2 version, Alipay can not perceive upgrade. For UnionPay payment please use version 1.2.2
  • Fastjson recently broke 0day vulnerability recommends upgrading to the latest version 1.2.58

Add more than a one-time-dependent

// Maven
<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-All</artifactId>
  <version>2.0.0</version>
</dependency>

// Gradle

implementation 'com.github.javen205:IJPay-All:2.0.0'

Add rely solely 

// 微信支付

<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-WxPay</artifactId>
  <version>2.0.0</version>
</dependency>

implementation 'com.github.javen205:IJPay-WxPay:2.0.0'

// 支付宝支付

<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-AliPay</artifactId>
  <version>2.0.0</version>
</dependency>

implementation 'com.github.javen205:IJPay-AliPay:2.0.0'

 

Node.js version micro-channel pay: TNW development of micro-channel public number Scaffolding

Any payment questions, please discuss this with  the upper right corner - I want to ask

Guess you like

Origin www.oschina.net/news/108441/ijpay-2-0-0-released