Browse Source

checkredis

yijia
娄梦宁 7 years ago
parent
commit
0dec9668a1
1 changed files with 2 additions and 1 deletions
  1. +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 = [];
//默认配置


Loading…
Cancel
Save