Browse Source

登录过期时间 4小时

yijia
v-Brocloni 4 years ago
parent
commit
72a070b785
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/common/library/Auth.php

+ 1
- 1
application/common/library/Auth.php View File

@@ -20,7 +20,7 @@ class Auth
protected $_user = null;
protected $_token = '';
//Token默认有效时长
protected $keeptime = 2592000;
protected $keeptime = 14400;
//protected $keeptime = 10;
protected $requestUri = '';
protected $rules = [];


Loading…
Cancel
Save