Commit e9a1a5d1 authored by hujun's avatar hujun

1

parent e9b48af0
...@@ -99,11 +99,10 @@ class Basic extends Controller ...@@ -99,11 +99,10 @@ class Basic extends Controller
if (!in_array($requestPath, $this->filterVerify)) { if (!in_array($requestPath, $this->filterVerify)) {
$this->userVerify(); $this->userVerify();
$this->userAuth($requestPath); $this->userAuth($requestPath);
}
//获取默认城市 //获取默认城市
$this->getCity($this->userId); $this->getCity($this->userId);
} }
}
/** /**
* 权限判定 * 权限判定
......
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