hrjy 2 years ago
parent
commit
04ea3a34cb
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/api/controller/PublicController.php

+ 1 - 2
app/api/controller/PublicController.php

@@ -36,8 +36,7 @@ class PublicController
 
     public function test()
     {
-        GmService::_initialize();
-//        GmService::getToken();
+        GmService::getToken();
     }
 
     /**