Commit 0a639509 by 田超

Merge branch 'fixbug/fixCookie' into 'master'

bug: [none] fixUserCount

See merge request rays/pcloud-book!1046
parents 699de441 7a1d641c
...@@ -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