lgy 3 weeks ago
parent
commit
d6d9b1ee57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/common/controller/ApiController.php

+ 1 - 1
jcjyhr/app/common/controller/ApiController.php

@@ -36,7 +36,7 @@ class ApiController extends Api
             $this->tokenData = $data;
             if(empty($data))
             {
-//                $this->error('无效的token');
+                $this->error('无效的token');
             }
         }