|
|
@@ -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);
|