public interface ElegentPay
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
closePay(String orderSn,
String platform) |
String |
getOpenid(String code,
String platform)
获得openID
|
QueryRefundResponse |
queryRefundTrading(String orderSn,
String platform) |
QueryResponse |
queryTradingOrderNo(String orderSn,
String platform) |
Boolean |
refund(RefundRequest refundRequest,
String platform) |
PayResponse |
requestPay(PayRequest payRequest,
String tradeType,
String platform) |
PayResponse requestPay(PayRequest payRequest, String tradeType, String platform) throws TradeException
TradeExceptionBoolean closePay(String orderSn, String platform) throws TradeException
TradeExceptionBoolean refund(RefundRequest refundRequest, String platform) throws TradeException
TradeExceptionQueryResponse queryTradingOrderNo(String orderSn, String platform) throws TradeException
TradeExceptionQueryRefundResponse queryRefundTrading(String orderSn, String platform) throws TradeException
TradeExceptionCopyright © 2023. All rights reserved.