hrjy 2 سال پیش
والد
کامیت
97e2e7836f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/api/controller/PublicController.php

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

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