Browse Source

测试登录

彭俊 6 năm trước cách đây
mục cha
commit
a29d579be9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Application/Api/Controller/Account.php

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

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