Commit b02fc627 authored by zhuwei's avatar zhuwei

1

parent f3633f8d
...@@ -908,7 +908,7 @@ class Broker extends Basic ...@@ -908,7 +908,7 @@ class Broker extends Basic
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
$vip_services = new VipService(); $vip_services = new VipService();
//0:可查看 1:不可查看 //拉黑权限 0:有权限 1:无权限
$is_can_edit = $vip_services->vip($this->userId,'addAgentsBlackList'); $is_can_edit = $vip_services->vip($this->userId,'addAgentsBlackList');
if ($is_can_edit == 1) { if ($is_can_edit == 1) {
return $this->response("101", "无拉黑权限"); return $this->response("101", "无拉黑权限");
......
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