临时接口,订单退款

This commit is contained in:
2023-05-31 13:59:27 +08:00
parent 0c1144d0e5
commit 922c0428b7
11 changed files with 112 additions and 6 deletions

View File

@@ -16,4 +16,6 @@ public interface WxpayRefundCallbackService {
// int updateByPrimaryKey(WxpayRefundCallback record);
List<WxpayRefundCallback> selectWxpayRefundCallbackList(List<String> outTradeNoList);
List<WxpayRefundCallback> selectByOrderCodeList(List<String> orderCodeList);
}