Commit 0ca5b5cc authored by liuyang's avatar liuyang

fixed bug

parent c1417e31
......@@ -174,7 +174,7 @@ public class MyEnterpriseController {
@ApiOperation("获取企业会员、点播库领取配置")
@GetMapping("/receiveConfig")
@RequiresRoles(value = BizConstants.ROLE_ENTERPRISE_ADMIN)
@RequiresRoles(value = {BizConstants.ROLE_ENTERPRISE_ADMIN,BizConstants.ROLE_USER},logical = Logical.OR)
@SysLog("获取企业会员、点播库领取配置")
public Result<EnterpriesReceiveConfig> receiveConfig(){
EnterpriesReceiveConfig config = new EnterpriesReceiveConfig();
......
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