Commit 893d9c1b authored by zw's avatar zw

Merge remote-tracking branch 'origin/1210-v3.0.2' into 1210-v3.0.2

parents d5542c2f 21aed63d
...@@ -909,7 +909,6 @@ class Broker extends Basic ...@@ -909,7 +909,6 @@ class Broker extends Basic
} }
$vip_services = new VipService(); $vip_services = new VipService();
//0:可查看 1:不可查看 //0:可查看 1:不可查看
dump($this->userId);
$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