Commit 0bf12867 authored by hujun's avatar hujun

去除注释

parent 2e8e2f3e
...@@ -11,11 +11,9 @@ namespace app\api\extend; ...@@ -11,11 +11,9 @@ namespace app\api\extend;
*/ */
use app\model\Users; use app\model\Users;
use think\Controller; use think\Controller;
use think\helper\Time;
use think\Request; use think\Request;
use think\Response; use think\Response;
use Qiniu; use Qiniu;
use think\Session;
class Basic extends Controller class Basic extends Controller
{ {
......
...@@ -55,7 +55,7 @@ class Basic extends Controller ...@@ -55,7 +55,7 @@ class Basic extends Controller
if (!in_array(trim($requestPath), $this->filterVerify)) { if (!in_array(trim($requestPath), $this->filterVerify)) {
// $this->userVerify(); $this->userVerify();
} }
} }
......
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