彭俊 6 жил өмнө
parent
commit
e7c0c663c5

+ 1 - 0
Application/Api/Controller/Account.php

@@ -23,6 +23,7 @@ class Account extends BaseController {
     private $accountManager;
 
     public function init() {
+        dd(122222223);
         $this->accountManager = new AccountManager();
     }