瀏覽代碼

测试登录

彭俊 6 年之前
父節點
當前提交
a29d579be9
共有 1 個文件被更改,包括 0 次插入1 次删除
  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();
     }