彭俊 %!s(int64=6) %!d(string=hai) anos
pai
achega
4084f98d3e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Biz/Account/AccountManager.php

+ 2 - 1
Biz/Account/AccountManager.php

@@ -18,6 +18,8 @@ use Biz\TokenManager;
 class AccountManager {
 
     public function __construct() {
+        dd(123);
+
         $this->model = lm('account', 'Commons');
         $this->repository = new AccountRepository();
     }
@@ -31,7 +33,6 @@ class AccountManager {
      */
     public function login($account, $password) {
 
-        dd(123);
         $password = trim($password);
         $account = strtolower(trim($account));
         define("OVERTIME", 1800);