This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
checkredis
yijia
娄梦宁
7 years ago
parent
a0d5e4eb04
commit
0dec9668a1
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
application/common/library/Auth.php
+ 2
- 1
application/common/library/Auth.php
View File
@@ -20,7 +20,8 @@ class Auth
protected $_user = null;
protected $_token = '';
//Token默认有效时长
protected $keeptime = 2592000;
// protected $keeptime = 2592000;
protected $keeptime = 10;
protected $requestUri = '';
protected $rules = [];
//默认配置
Write
Preview
Loading…
Cancel
Save