Commit 21aed63d authored by zhuwei's avatar zhuwei

1

parent 5f6a35fc
......@@ -909,7 +909,6 @@ class Broker extends Basic
}
$vip_services = new VipService();
//0:可查看 1:不可查看
dump($this->userId);
$is_can_edit = $vip_services->vip($this->userId,'addAgentsBlackList');
if ($is_can_edit == 1) {
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