登录
首页 » Java » EasyPay-master

EasyPay-master

于 2020-06-25 发布 文件大小:3179KB
0 248
下载积分: 1 下载次数: 0

代码说明:

  EasyPay(易支付)集成并高度封装了Android平台的微信支付,支付宝支付以银联支付。使用此库,开发者可以使用简单方便的api实现支付功能。 易支付编码实现遵循设计模式六大原则,并且使用了单例以及策略模式来实现整个库,扩展性良好,可以轻松扩展其他支付方式如百度,美团等。支付方式类继承IPayStrategy接口,支付信息类实现IPayInfo接口,再分别传入场景类EasyPay中即可。具体请参照代码中支付宝或者微信或者银联支付方式封装。(This is a library for Developers easily to use Alipay,WechatPay and UnionPay in Android project.)

文件列表:

EasyPay-master, 0 , 2019-06-20
EasyPay-master\.gitignore, 537 , 2019-06-20
EasyPay-master\LICENSE, 1068 , 2019-06-20
EasyPay-master\README.md, 7811 , 2019-06-20
EasyPay-master\alipay, 0 , 2019-06-20
EasyPay-master\alipay\.gitignore, 8 , 2019-06-20
EasyPay-master\alipay\build.gradle, 1656 , 2019-06-20
EasyPay-master\alipay\libs, 0 , 2019-06-20
EasyPay-master\alipay\libs\alipaySdk-20160825.jar, 314437 , 2019-06-20
EasyPay-master\alipay\proguard-rules.pro, 957 , 2019-06-20
EasyPay-master\alipay\src, 0 , 2019-06-20
EasyPay-master\alipay\src\androidTest, 0 , 2019-06-20
EasyPay-master\alipay\src\androidTest\java, 0 , 2019-06-20
EasyPay-master\alipay\src\androidTest\java\com, 0 , 2019-06-20
EasyPay-master\alipay\src\androidTest\java\com\xgr, 0 , 2019-06-20
EasyPay-master\alipay\src\androidTest\java\com\xgr\alipay, 0 , 2019-06-20
EasyPay-master\alipay\src\androidTest\java\com\xgr\alipay\ExampleInstrumentedTest.java, 763 , 2019-06-20
EasyPay-master\alipay\src\main, 0 , 2019-06-20
EasyPay-master\alipay\src\main\AndroidManifest.xml, 1320 , 2019-06-20
EasyPay-master\alipay\src\main\java, 0 , 2019-06-20
EasyPay-master\alipay\src\main\java\com, 0 , 2019-06-20
EasyPay-master\alipay\src\main\java\com\xgr, 0 , 2019-06-20
EasyPay-master\alipay\src\main\java\com\xgr\alipay, 0 , 2019-06-20
EasyPay-master\alipay\src\main\java\com\xgr\alipay\alipay, 0 , 2019-06-20
EasyPay-master\alipay\src\main\java\com\xgr\alipay\alipay\AliPay.java, 4540 , 2019-06-20
EasyPay-master\alipay\src\main\java\com\xgr\alipay\alipay\AliPayResult.java, 1244 , 2019-06-20
EasyPay-master\alipay\src\main\java\com\xgr\alipay\alipay\AlipayInfoImpli.java, 941 , 2019-06-20
EasyPay-master\alipay\src\main\java\com\xgr\alipay\alipay\ResultCode.java, 2101 , 2019-06-20
EasyPay-master\alipay\src\main\res, 0 , 2019-06-20
EasyPay-master\alipay\src\main\res\values, 0 , 2019-06-20
EasyPay-master\alipay\src\main\res\values\strings.xml, 72 , 2019-06-20
EasyPay-master\alipay\src\test, 0 , 2019-06-20
EasyPay-master\alipay\src\test\java, 0 , 2019-06-20
EasyPay-master\alipay\src\test\java\com, 0 , 2019-06-20
EasyPay-master\alipay\src\test\java\com\xgr, 0 , 2019-06-20
EasyPay-master\alipay\src\test\java\com\xgr\alipay, 0 , 2019-06-20
EasyPay-master\alipay\src\test\java\com\xgr\alipay\ExampleUnitTest.java, 408 , 2019-06-20
EasyPay-master\app, 0 , 2019-06-20
EasyPay-master\app\.gitignore, 7 , 2019-06-20
EasyPay-master\app\build.gradle, 1211 , 2019-06-20
EasyPay-master\app\proguard-rules.pro, 661 , 2019-06-20
EasyPay-master\app\src, 0 , 2019-06-20
EasyPay-master\app\src\androidTest, 0 , 2019-06-20
EasyPay-master\app\src\androidTest\java, 0 , 2019-06-20
EasyPay-master\app\src\androidTest\java\com, 0 , 2019-06-20
EasyPay-master\app\src\androidTest\java\com\xgr, 0 , 2019-06-20
EasyPay-master\app\src\androidTest\java\com\xgr\easypay, 0 , 2019-06-20
EasyPay-master\app\src\androidTest\java\com\xgr\easypay\ExampleInstrumentedTest.java, 734 , 2019-06-20
EasyPay-master\app\src\main, 0 , 2019-06-20
EasyPay-master\app\src\main\AndroidManifest.xml, 888 , 2019-06-20
EasyPay-master\app\src\main\java, 0 , 2019-06-20
EasyPay-master\app\src\main\java\com, 0 , 2019-06-20
EasyPay-master\app\src\main\java\com\xgr, 0 , 2019-06-20
EasyPay-master\app\src\main\java\com\xgr\easypay, 0 , 2019-06-20
EasyPay-master\app\src\main\java\com\xgr\easypay\demo, 0 , 2019-06-20
EasyPay-master\app\src\main\java\com\xgr\easypay\demo\MainActivity.java, 4645 , 2019-06-20
EasyPay-master\app\src\main\java\com\xgr\easypay\demo\wxapi, 0 , 2019-06-20
EasyPay-master\app\src\main\java\com\xgr\easypay\demo\wxapi\WXPayEntryActivity.java, 868 , 2019-06-20
EasyPay-master\app\src\main\res, 0 , 2019-06-20
EasyPay-master\app\src\main\res\layout, 0 , 2019-06-20
EasyPay-master\app\src\main\res\layout\activity_main.xml, 1542 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-hdpi, 0 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-hdpi\ic_launcher.png, 3418 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-mdpi, 0 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-mdpi\ic_launcher.png, 2206 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-xhdpi, 0 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-xhdpi\ic_launcher.png, 4842 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-xxhdpi, 0 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-xxhdpi\ic_launcher.png, 7718 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-xxxhdpi, 0 , 2019-06-20
EasyPay-master\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png, 10486 , 2019-06-20
EasyPay-master\app\src\main\res\values-w820dp, 0 , 2019-06-20
EasyPay-master\app\src\main\res\values-w820dp\dimens.xml, 358 , 2019-06-20
EasyPay-master\app\src\main\res\values, 0 , 2019-06-20
EasyPay-master\app\src\main\res\values\colors.xml, 208 , 2019-06-20
EasyPay-master\app\src\main\res\values\dimens.xml, 211 , 2019-06-20
EasyPay-master\app\src\main\res\values\strings.xml, 70 , 2019-06-20
EasyPay-master\app\src\main\res\values\styles.xml, 383 , 2019-06-20
EasyPay-master\app\src\test, 0 , 2019-06-20
EasyPay-master\app\src\test\java, 0 , 2019-06-20
EasyPay-master\app\src\test\java\com, 0 , 2019-06-20
EasyPay-master\app\src\test\java\com\xgr, 0 , 2019-06-20
EasyPay-master\app\src\test\java\com\xgr\easypay, 0 , 2019-06-20
EasyPay-master\app\src\test\java\com\xgr\easypay\ExampleUnitTest.java, 393 , 2019-06-20
EasyPay-master\build.gradle, 723 , 2019-06-20
EasyPay-master\easypay, 0 , 2019-06-20
EasyPay-master\easypay\.gitignore, 7 , 2019-06-20
EasyPay-master\easypay\build.gradle, 1620 , 2019-06-20
EasyPay-master\easypay\proguard-rules.pro, 1396 , 2019-06-20
EasyPay-master\easypay\src, 0 , 2019-06-20
EasyPay-master\easypay\src\androidTest, 0 , 2019-06-20
EasyPay-master\easypay\src\androidTest\java, 0 , 2019-06-20
EasyPay-master\easypay\src\androidTest\java\com, 0 , 2019-06-20
EasyPay-master\easypay\src\androidTest\java\com\xgr, 0 , 2019-06-20
EasyPay-master\easypay\src\androidTest\java\com\xgr\easypay, 0 , 2019-06-20
EasyPay-master\easypay\src\androidTest\java\com\xgr\easypay\ExampleInstrumentedTest.java, 739 , 2019-06-20
EasyPay-master\easypay\src\main, 0 , 2019-06-20
EasyPay-master\easypay\src\main\AndroidManifest.xml, 322 , 2019-06-20
EasyPay-master\easypay\src\main\java, 0 , 2019-06-20
EasyPay-master\easypay\src\main\java\com, 0 , 2019-06-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Chapter-3-Bayesion-Part-1
    There is a close connection between the definition of Fourier series and the Fourier transform for functions f which are zero outside of an interval. For such a function, we can calculate its Fourier series on any interval that includes the points where f is not identically zero
    2014-11-23 19:11:19下载
    积分:1
  • 最优阵列信号处理
    解决阵列信号处理中的优化问题,代码很全面,可以直接运行(Solving optimization problems in array signal processing.The code is very comprehensive and can be run directly.)
    2018-10-20 15:33:23下载
    积分:1
  • jQuery
    jQuery学习教程,适合初学者观看,对刚开始了解jQuery的人是一本不错的教程(jQuery tutorial for beginners view of people who just begin to understand jQuery is a good tutorial)
    2010-12-06 11:47:10下载
    积分:1
  • 旅游模拟查询系统
    北邮旅游模拟查询系统,可以模拟查询旅游最佳路线,考虑时间、费用等情形(Beijing Post Tourist Simulated Query System can simulate and query the best route of tourism, taking into account the time, cost and other circumstances.)
    2020-07-03 07:20:02下载
    积分:1
  • 9222044
    纹理提取的matlab 源代码, 研究图像处理算法的可参考,(Texture extraction of matlab source code, the research of image processing algorithm can reference,)
    2017-05-18 13:44:15下载
    积分:1
  • c++builderword
    这是一个用c++builder调用word的一种方式的小例子,希望大家能够喜欢(c builder called with word of a way of small example, the hope that we can love)
    2006-07-28 09:06:18下载
    积分:1
  • 网络数据包处理的一种处理方式,在delphi中测试过,别的语言大体相同...
    网络数据包处理的一种处理方式,在delphi中测试过,别的语言大体相同-Network packets as a treatment approach, tested in delphi in other languages in much the same
    2023-07-11 20:00:03下载
    积分:1
  • 65520803trace
    五种飞行轨迹,轨迹中包含各种飞行姿态,适合初学者。(Five Kinds of Flight Trajectories)
    2020-06-23 18:40:01下载
    积分:1
  • 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
    2022-03-28 12:55:51下载
    积分:1
  • 基于springboot2 shiro jwt的真正rest api资源无状态认证权限管理框架
    基于springboot2+ shiro+jwt的真正rest api资源无状态认证权限管理框架,开发人员无需关注权限问题,后端开发完api,前端页面配置即可(Based on the real rest API resource stateless authentication permission management framework of spring boot 2 + Shiro + jwt, developers do not need to pay attention to permission issues. after the API is developed, the front-end page configuration can be completed.)
    2020-06-19 11:40:02下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载