liujie
2023-07-25 738f93e8f8226518e5b0e202b1f7afd19c01656e
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();
        }