mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 汇付支付回调记录表 加字段
This commit is contained in:
@@ -257,5 +257,15 @@ public interface IOrderBasicInfoService {
|
||||
|
||||
String tempUpdateVirtualAmount(QueryOrderDTO dto);
|
||||
|
||||
void adapayRefund(WeChatRefundDTO dto);
|
||||
/**
|
||||
* 汇付支付 订单退款
|
||||
* @param dto
|
||||
*/
|
||||
void refundForOrderWithAdapay(WeChatRefundDTO dto);
|
||||
|
||||
/**
|
||||
* 汇付支付 余额退款
|
||||
* @param dto
|
||||
*/
|
||||
void refundForBalanceWithAdapay(WeChatRefundDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user