Commit b7ec01f0 authored by clone's avatar clone Committed by hujun

bug

parent a94e3d3c
......@@ -82,7 +82,6 @@ class Basic extends Controller
if (!in_array(trim($requestPath), $this->filterVerify)) {
$this->tokenVerify();
}
unset($this->params["AuthToken"]);
}
/**
......
......@@ -91,6 +91,7 @@ class Basic extends Controller
if (!in_array(trim($requestPath), $this->filterVerify)) {
$this->tokenVerify();
}
unset($this->params["AuthToken"]);
/*临时验证 end*/
......
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