类 WxPayService

  • 所有已实现的接口:
    com.github.binarywang.wxpay.service.WxPayService

    public class WxPayService
    extends com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
    微信支付服务
    作者:
    guer
    • 字段概要

      • 从类继承的字段 com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl

        config
    • 构造器概要

      构造器 
      构造器 说明
      WxPayService​(net.guerlab.smart.pay.service.properties.PayProperties payProperties, net.guerlab.smart.pay.service.entity.WxPayConfig wxPayConfig)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      <T> T createOrder​(com.github.binarywang.wxpay.bean.request.WxPayUnifiedOrderRequest request)  
      • 从类继承的方法 com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl

        post, postForBytes
      • 从类继承的方法 com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl

        authcode2Openid, authcode2Openid, closeOrder, closeOrder, createScanPayQrcodeMode1, createScanPayQrcodeMode1, createScanPayQrcodeMode2, downloadBill, downloadBill, downloadFundFlow, downloadFundFlow, downloadRawBill, downloadRawBill, facepay, getConfig, getEntPayService, getPayBaseUrl, getPayInfo, getProfitSharingService, getRedpackService, getSandboxSignKey, getWxApiData, getWxPayFaceAuthInfo, micropay, parseOrderNotifyResult, parseRefundNotifyResult, parseScanPayNotifyResult, queryComment, queryComment, queryCouponInfo, queryCouponStock, queryOrder, queryOrder, queryRedpack, queryRedpack, refund, refundQuery, refundQuery, report, reverseOrder, sendCoupon, sendMiniProgramRedpack, sendRedpack, setConfig, setEntPayService, shorturl, shorturl, unifiedOrder
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • WxPayService

        public WxPayService​(net.guerlab.smart.pay.service.properties.PayProperties payProperties,
                            net.guerlab.smart.pay.service.entity.WxPayConfig wxPayConfig)
    • 方法详细资料

      • createOrder

        public <T> T createOrder​(com.github.binarywang.wxpay.bean.request.WxPayUnifiedOrderRequest request)
        指定者:
        createOrder 在接口中 com.github.binarywang.wxpay.service.WxPayService
        覆盖:
        createOrder 在类中 com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl