Commit fe8936a4 authored by zhuwei's avatar zhuwei

bug

parent aeff857e
......@@ -103,12 +103,12 @@ class Basic extends Controller
$this->timeStamp_ = $result->timeStamp_;
}
//$this->getCity($this->userId);
$this->getCity($this->userId);
$requestPath = $this->request->routeInfo()["rule"][0] . "/" . $this->request->routeInfo()["rule"][1];
//过滤掉不需要验证token的接口
if (!in_array(trim($requestPath), $this->filterVerify)) {
//$this->tokenVerify();
$this->tokenVerify();
}
}
......
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