Commit 7a1d641c by 吴博

bug: [none] fixUserCount

parent 699de441
...@@ -309,8 +309,7 @@ public class CustomPlanFacade { ...@@ -309,8 +309,7 @@ public class CustomPlanFacade {
@ApiOperation("客户端获取定制服务权益") @ApiOperation("客户端获取定制服务权益")
@GetMapping("getCustomRightsSettingModule4Wechat") @GetMapping("getCustomRightsSettingModule4Wechat")
ResponseDto<EditCustomRightsSettingVO> getCustomRightsSettingModule4Wechat( ResponseDto<EditCustomRightsSettingVO> getCustomRightsSettingModule4Wechat(@RequestParam Integer planId
@CookieValue("userInfo") String userInfo, @RequestParam Integer planId
)throws BizException, PermissionException{ )throws BizException, PermissionException{
return new ResponseDto<EditCustomRightsSettingVO>(customPlanBiz.getCustomRightsSettingModule(planId)); return new ResponseDto<EditCustomRightsSettingVO>(customPlanBiz.getCustomRightsSettingModule(planId));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment