update 重试订单退款接口

This commit is contained in:
2023-08-17 14:25:45 +08:00
parent 9a9f0b9d16
commit 999b7a704c
6 changed files with 89 additions and 1 deletions

View File

@@ -335,4 +335,10 @@ public interface IOrderBasicInfoService {
* 2. 发送启动充电指令
*/
void payOrderSuccessCallback(PayOrderSuccessCallbackDTO dto);
/**
* 重试订单退款
* @param orderCode 订单编号
*/
void retryRefundOrder(String orderCode) throws BaseAdaPayException;
}