调试微信登录
This commit is contained in:
@@ -184,6 +184,7 @@ class LoginForm extends BaseModel
|
||||
|
||||
$StoreUser = StoreUser::find()->where([
|
||||
'user_id' => $user->id,
|
||||
'is_online' => 1
|
||||
])->with(['user'])->orderBy(['last_login_time' => SORT_DESC])
|
||||
->asArray()->one();
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user