Commit 3c2153fa authored by hujun's avatar hujun

1

parent bb556c3d
...@@ -99,9 +99,10 @@ class Basic extends Controller ...@@ -99,9 +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