- 优化cache和session服务

v6 v6.0.95
Chaim 4 years ago
parent 07aa9502da
commit 037b5d6a76

@ -1,4 +1,4 @@
## v6.0.94 / 2020-07-20
## v6.0.95 / 2020-07-20
- 优化cache和session服务
## v6.0.93 / 2020-07-20

@ -87,7 +87,7 @@ class Mysql
->where('cache_name', $this->cache_name)
->whereTime('cache_expire', '>=', time())
->order('cache_expire desc')
->value('access_token', '');
->value('cache_value', '');
}
/**

@ -26,7 +26,7 @@ use think\db\exception\DbException;
/**
* 定义当前版本
*/
const VERSION = '6.0.94';
const VERSION = '6.0.95';
if (!function_exists('get_ip_info')) {
/**

Loading…
Cancel
Save