Parcourir la source

增加退款接口返回类型

wujiefeng il y a 1 an
Parent
commit
3b5e32e418

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/service/pay/BalancePayService.java

@@ -275,7 +275,7 @@ public class BalancePayService extends SuperService {
         return ResultContent.build(ResultState.Success);
     }
 
-    public ResultContent refund(String projectOid, String oid, String userId, String orderNo, BigDecimal total, String remark){
+    public ResultContent<List<TransactionLogModel>> refund(String projectOid, String oid, String userId, String orderNo, BigDecimal total, String remark){
         //获取用户余额支付子账户
         PayAccount userAccount = payAccountService.getUserChildren(projectOid, userId, PaymentChannelType.BalancePayment);
         //获取机构待结算子账户