public interface PPaymentService
| Modifier and Type | Method and Description |
|---|---|
com.thebeastshop.common.ServiceResp<Boolean> |
cancel(String outTradeCode)
撤销
|
com.thebeastshop.common.ServiceResp<PPaymentResultVO> |
pay(PPaymentDTO dto)
服务端支付
|
com.thebeastshop.common.ServiceResp<Boolean> |
payForLocal(PPaymentDTO dto)
本地支付
|
com.thebeastshop.common.ServiceResp<PRedirectRequestVO> |
payForRedirectURL(PPaymentDTO dto)
客户端支付
|
com.thebeastshop.common.ServiceResp<Boolean> |
refund(PPaymentDTO dto)
退款
|
com.thebeastshop.common.ServiceResp<PPaymentResultVO> pay(PPaymentDTO dto)
dto - com.thebeastshop.common.ServiceResp<Boolean> payForLocal(PPaymentDTO dto)
dto - com.thebeastshop.common.ServiceResp<PRedirectRequestVO> payForRedirectURL(PPaymentDTO dto)
dto - com.thebeastshop.common.ServiceResp<Boolean> refund(PPaymentDTO dto)
dto - Copyright © 2018. All rights reserved.