|
|
@@ -71,7 +71,7 @@ class webApp extends BaseController
|
|
|
$userId = $request->headers->get('token_uid');
|
|
|
$userId = $userId? $userId : 0;
|
|
|
// 登录验证
|
|
|
- $userInfo = RedisService::get("auths:members:cacheInfo_{$userId}");
|
|
|
+ $userInfo = RedisService::get("caches:members:cacheInfo_{$userId}");
|
|
|
if(empty($userInfo) && $userId){
|
|
|
$this->initLogin($userId);
|
|
|
}else{
|