|
@@ -159,7 +159,7 @@ class AuthorizationsController extends Controller
|
|
]);
|
|
]);
|
|
}
|
|
}
|
|
|
|
|
|
- if (!$user->tencent_im_user_id || $user->tencent_im_user_id=='SSS_SFS') {
|
|
|
|
|
|
+ if (!$user->tencent_im_user_id || str_contains($user->tencent_im_user_id, 'SSS_SFS')) {
|
|
$user->tencent_im_user_id = $this->tencentImAccountService->accountImport($user);
|
|
$user->tencent_im_user_id = $this->tencentImAccountService->accountImport($user);
|
|
}
|
|
}
|
|
if($user->status!=1){
|
|
if($user->status!=1){
|