|
|
@@ -355,7 +355,7 @@ class Member extends Model
|
|
|
* @throws \think\exception\DbException
|
|
|
*/
|
|
|
public static function checkUserInfo($account){
|
|
|
- $cacheKey = "caches:users:check_{$account}";
|
|
|
+ $cacheKey = "cache:users:check_{$account}";
|
|
|
$info = PRedis::get($cacheKey);
|
|
|
if($info){
|
|
|
return $info;
|