liujie
2023-07-25 9b1188a004df6585d1836e85e22ee24a91b5fd62
cloud-server-account/src/main/java/com/dsh/account/controller/UseBenefitsController.java
@@ -208,6 +208,7 @@
            }
            return ResultUtil.success(rechargeRService.getAppUserRechargeRecord(yearMonth,recordId,appUserId));
        }catch (Exception e){
            e.printStackTrace();
            return ResultUtil.runErr();
        }
    }
@@ -248,6 +249,7 @@
            }
            return rechargeRService.rechargeCenPayment(userIdFormRedis,request);
        }catch (Exception e){
            e.printStackTrace();
            return ResultUtil.runErr();
        }