Commit b42f3fac authored by clone's avatar clone

bug

parent 1921699c
...@@ -111,7 +111,7 @@ class Basic extends Controller ...@@ -111,7 +111,7 @@ class Basic extends Controller
echo json_encode(array( "code" => "300", "msg" => "AuthToken不能为空!", "data" => [], "type" => "json" )); echo json_encode(array( "code" => "300", "msg" => "AuthToken不能为空!", "data" => [], "type" => "json" ));
exit; exit;
} }
$this->verifyAgentInfo(); //$this->verifyAgentInfo();
$this->verifyTime(); $this->verifyTime();
} }
......
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