public interface PayService
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
PayService.PayType |
static class |
PayService.Urls |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
closeOrder(String outTradeNo,
Map<String,String> result) |
OrderInfo |
createOrderInfo(bee.cloud.core.db.RequestParam param)
创建订单信息
|
RefundParam |
getRefundParam(String outTradeNo) |
void |
paySuccess(String outTradeNo,
Map<String,String> result)
支付成功通知
|
void |
prepaidDone(PayResult result)
预支付完成,只有return_code与result_code都为SUCCESS时才会调用此方法
|
void |
refundDone(String outTradeNo,
Map<String,String> result) |
void |
refundSuccess(String outTradeNo,
Map<String,String> result)
退款成功通知
|
OrderInfo createOrderInfo(bee.cloud.core.db.RequestParam param)
param - -前端传的参数void prepaidDone(PayResult result)
result - 微信支付返回结果void paySuccess(String outTradeNo, Map<String,String> result)
outTradeNo - -订单号void refundSuccess(String outTradeNo, Map<String,String> result)
outTradeNo - -订单号RefundParam getRefundParam(String outTradeNo)
Copyright © 2023. All rights reserved.