轻量微信支付组件 wepay

码农软件 · 软件分类 · 微信/微信小程序 · 2019-03-14 06:43:12

软件介绍

wepay是一款轻量的微信支付组件(A Lightweight Wechat Pay Component)。

  • 包引入:

    <dependency>
        <groupId>me.hao0</groupId>
        <artifactId>wepay-core</artifactId>
        <version>1.2.4</version>
    </dependency>
  • 依赖包,注意引入项目时是否需要exclude:

    <dependency>
        <groupId>me.hao0</groupId>
        <artifactId>common</artifactId>
        <version>1.1.2</version>
    </dependency>
  • 基本用法:

    Wepay wepay = WepayBuilder
                    .newBuilder(appId, appKey, mchId)
                    .config1(...)   // 其他可选配置
                    ...
                    .build();
    
    wepay.module().api();
  • 已实现的组件:

    • 支付pay();

    • 退款refund();

    • 订单order();

    • 通知notify();

    • 账单bill()

  • API文档这里

本文地址:https://codercto.com/soft/d/1301.html

Writing Windows VxDs and Device Drivers, Second Edition

Writing Windows VxDs and Device Drivers, Second Edition

Karen Hazzah / CMP / 1996-01-12 / USD 54.95

Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of "Writing Windows VxDs and Device Drivers." The book and companion disk include the a......一起来看看 《Writing Windows VxDs and Device Drivers, Second Edition》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具