Javen205 / IJPay

IJPay 让支付触手可及,封装了微信支付、QQ支付、支付宝支付、京东支付、银联支付、PayPal 支付等常用的支付方式以及各种常用的接口。不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。右上角点下小星星✨
http://javen205.gitee.io/ijpay
Apache License 2.0
5.42k stars 1.34k forks source link

删除WxPayApi私有构造方法,方便继承改类实现自己的接口 #23

Closed mxthd closed 4 years ago

mxthd commented 4 years ago

删除WxPayApi私有构造方法,方便继承改类实现自己的接口

codecov-io commented 4 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files          91     91           
  Lines        4033   4032    -1     
  Branches      409    409           
=====================================
+ Misses       4033   4032    -1
Impacted Files Coverage Δ
...-WxPay/src/main/java/com/ijpay/wxpay/WxPayApi.java 0% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2a72f2...07a81cf. Read the comment docs.

Javen205 commented 4 years ago

全部都是静态方法不提供继承也不允许实例化