Commit 948011a0 authored by clone's avatar clone

1

parent 0bf7a30b
......@@ -140,7 +140,6 @@ class Report extends Basic
$check_type = 1;
if ($agents_data["level"] < 30) {
$check_type = $this->service_->getCheckType($this->agentId);
echo $check_type;
if ($check_type == 0) {
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