lisy
2023-07-10 931a2d10b1617cdd0c29a30cd21c9304e7812a1e
cloud-server-account/src/main/java/com/dsh/account/controller/UseBenefitsController.java
@@ -167,7 +167,7 @@
    @ResponseBody
    @PostMapping("/api/useBenefit/voucherCenter")
    @PostMapping("/api/useBenefit/voucherDetail")
    @ApiOperation(value = "充值明细", tags = {"APP-使用福利"})
    @ApiImplicitParams({
            @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9....."),
@@ -214,7 +214,7 @@
    @ApiImplicitParams({
            @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9....."),
    })
    public ResultUtil continuationOperation(RechargePayRequest request){
    public ResultUtil rechargePayment(RechargePayRequest request){
        try {
            Integer userIdFormRedis = tokenUtil.getUserIdFormRedis();
            if(null == userIdFormRedis){