cloud-server-account/src/main/java/com/dsh/account/controller/UseBenefitsController.java
@@ -146,7 +146,7 @@ @ApiImplicitParam(value = "年月", name = "yearMonth", required = true, dataType = "string"), @ApiImplicitParam(value = "记录id", name = "recordId", required = true, dataType = "int"), }) public ResultUtil<BillingDetailsVo> getUserBillingDetails(@RequestBody String yearMonth,@RequestBody Integer recordId){ public ResultUtil<BillingDetailsVo> getUserBillingDetails( String yearMonth, Integer recordId){ try { Integer appUserId = tokenUtil.getUserIdFormRedis(); if(null == appUserId){