Kaynağa Gözat

测试登录

彭俊 6 yıl önce
ebeveyn
işleme
e7c0c663c5
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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();
     }