彭俊 6 年 前
コミット
e7c0c663c5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Application/Api/Controller/Account.php

+ 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();
     }