类 AlipayServiceImpl
java.lang.Object
com.hengyi.xbaseweb.pay.service.impl.AlipayServiceImpl
- 所有已实现的接口:
IAlipayService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明APP支付checkOrder(Order order) 校验订单checkRefundOrder(Order order) 校验退款订单getAppId(AliPayType aliPayType) 获取APPidvoidh5Pay(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl) H5支付voidh5PayNoSdk(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl) H5支付 没有SDKnativePay(String orderId, AliPayType aliPayType, String notifyUrl) 支付宝扫码支付voidpcPay(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl) Pc支付支付宝条码支付tradeRefund(Long orderId, BigDecimal amount, String reason) 订单退款uniTransfer(AliPayType aliPayType, String orderTitle, String account, String name, BigDecimal amount, String remarks) 转账uniTransferQuery(String orderId) 通过商户订单号
-
构造器详细资料
-
AlipayServiceImpl
public AlipayServiceImpl()
-
-
方法详细资料
-
getAppId
从接口复制的说明:IAlipayService获取APPid- 指定者:
getAppId在接口中IAlipayService- 返回:
-
checkOrder
从接口复制的说明:IAlipayService校验订单- 指定者:
checkOrder在接口中IAlipayService- 返回:
-
checkRefundOrder
从接口复制的说明:IAlipayService校验退款订单- 指定者:
checkRefundOrder在接口中IAlipayService- 返回:
-
nativePay
从接口复制的说明:IAlipayService支付宝扫码支付- 指定者:
nativePay在接口中IAlipayService- 返回:
-
appPay
从接口复制的说明:IAlipayServiceAPP支付- 指定者:
appPay在接口中IAlipayService- 返回:
-
h5PayNoSdk
public void h5PayNoSdk(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl) 从接口复制的说明:IAlipayServiceH5支付 没有SDK- 指定者:
h5PayNoSdk在接口中IAlipayService
-
h5Pay
public void h5Pay(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl) 从接口复制的说明:IAlipayServiceH5支付- 指定者:
h5Pay在接口中IAlipayService
-
pcPay
public void pcPay(jakarta.servlet.http.HttpServletResponse response, String orderId, String returnUrl, String notifyUrl) 从接口复制的说明:IAlipayServicePc支付- 指定者:
pcPay在接口中IAlipayService
-
tradePay
从接口复制的说明:IAlipayService支付宝条码支付- 指定者:
tradePay在接口中IAlipayServiceauthCode- 用户条码- 返回:
-
tradeRefund
从接口复制的说明:IAlipayService订单退款- 指定者:
tradeRefund在接口中IAlipayService- 返回:
-
uniTransfer
public StatusResult uniTransfer(AliPayType aliPayType, String orderTitle, String account, String name, BigDecimal amount, String remarks) 从接口复制的说明:IAlipayService转账- 指定者:
uniTransfer在接口中IAlipayService
-
uniTransferQuery
从接口复制的说明:IAlipayService通过商户订单号- 指定者:
uniTransferQuery在接口中IAlipayService- 返回:
-