| xqd
@@ -29,8 +29,7 @@ class ChatController extends Controller
|
|
|
$tencent_friend =new TencentImFriendService();
|
|
|
|
|
|
//检测是否已经导入IM账号
|
|
|
- $tencent_account->accountCheck([$request->tencent_im_user_id]);
|
|
|
- dd($tencent_account);
|
|
|
+ dd( $tencent_account->accountCheck([$request->tencent_im_user_id]));
|
|
|
|
|
|
$res = $tencent_friend->friendAddItem($user->tencent_im_user_id,$request->tencent_im_user_id);
|
|
|
}catch (\Exception $exception){
|