类 WxPayService

java.lang.Object
com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl
com.github.binarywang.wxpay.service.impl.WxPayServiceApacheHttpImpl
net.guerlab.smart.pay.web.wx.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

    downloadV3, getV3, post, postForBytes, postV3, postV3, postV3WithWechatpaySerial

    从类继承的方法 com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl

    authcode2Openid, authcode2Openid, closeOrder, closeOrder, createOrder, createScanPayQrcodeMode1, createScanPayQrcodeMode1, createScanPayQrcodeMode2, downloadBill, downloadBill, downloadFundFlow, downloadFundFlow, downloadRawBill, downloadRawBill, facepay, getConfig, getEcommerceService, getEntPayService, getPayBaseUrl, getPayInfo, getPayScoreService, getProfitSharingService, getRedpackService, getSandboxSignKey, getWxApiData, getWxPayFaceAuthInfo, micropay, parseOrderNotifyResult, parseOrderNotifyResult, parseRefundNotifyResult, parseScanPayNotifyResult, parseScanPayNotifyResult, queryComment, queryComment, queryCouponInfo, queryCouponStock, queryExchangeRate, queryOrder, queryOrder, refund, refundQuery, refundQuery, refundQueryV2, refundV2, report, reverseOrder, sendCoupon, 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