puzhibing
2023-07-25 df39be5f9ae27170e3f683ea549b62b589b0ee68
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();
        }