类 WxpayServiceImpl
java.lang.Object
com.hengyi.xbaseweb.pay.service.impl.WxpayServiceImpl
- 所有已实现的接口:
IWxpayService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明APP支付checkOrder(Order order) 校验订单checkRefundOrder(Order order) 校验退款订单获取APPidminiAppPay(jakarta.servlet.http.HttpServletRequest request, String orderId, String notifyUrl) 小程序APP支付web公众号支付nativePay(jakarta.servlet.http.HttpServletRequest request, String orderId, WxPayType appType, String notifyUrl) 微信扫码支付tradeRefund(Long orderId, BigDecimal amount, String reason, String notifyUrl) 订单退款uniTransfer(jakarta.servlet.http.HttpServletRequest request, WxPayType wxPayType, String openId, String name, BigDecimal amount, String remarks) 转账uniTransferQuery(String orderId) 通过商户订单号
-
构造器详细资料
-
WxpayServiceImpl
public WxpayServiceImpl()
-
-
方法详细资料
-
getAppId
从接口复制的说明:IWxpayService获取APPid- 指定者:
getAppId在接口中IWxpayService- 返回:
-
checkOrder
从接口复制的说明:IWxpayService校验订单- 指定者:
checkOrder在接口中IWxpayService- 返回:
-
checkRefundOrder
从接口复制的说明:IWxpayService校验退款订单- 指定者:
checkRefundOrder在接口中IWxpayService- 返回:
-
mpPay
public StatusResult mpPay(jakarta.servlet.http.HttpServletRequest request, String orderId, String notifyUrl) 从接口复制的说明:IWxpayServiceweb公众号支付- 指定者:
mpPay在接口中IWxpayService
-
nativePay
public StatusResult nativePay(jakarta.servlet.http.HttpServletRequest request, String orderId, WxPayType appType, String notifyUrl) 从接口复制的说明:IWxpayService微信扫码支付- 指定者:
nativePay在接口中IWxpayServiceappType- app类型- 返回:
-
appPay
public StatusResult appPay(jakarta.servlet.http.HttpServletRequest request, String orderId, String notifyUrl) 从接口复制的说明:IWxpayServiceAPP支付- 指定者:
appPay在接口中IWxpayService- 返回:
-
miniAppPay
public StatusResult miniAppPay(jakarta.servlet.http.HttpServletRequest request, String orderId, String notifyUrl) 从接口复制的说明:IWxpayService小程序APP支付- 指定者:
miniAppPay在接口中IWxpayService- 返回:
-
uniTransfer
public StatusResult uniTransfer(jakarta.servlet.http.HttpServletRequest request, WxPayType wxPayType, String openId, String name, BigDecimal amount, String remarks) 从接口复制的说明:IWxpayService转账- 指定者:
uniTransfer在接口中IWxpayService
-
uniTransferQuery
从接口复制的说明:IWxpayService通过商户订单号- 指定者:
uniTransferQuery在接口中IWxpayService- 返回:
-
tradeRefund
从接口复制的说明:IWxpayService订单退款- 指定者:
tradeRefund在接口中IWxpayService- 返回:
-