From 9d793c4fbc8e85d8384605e60eaaead458470815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=96=84=E6=A0=8B?= Date: Wed, 21 Sep 2022 14:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DIMKitEngine=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AppDelegate.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/AppDelegate.swift b/app/AppDelegate.swift index a4a4d760..53729bda 100644 --- a/app/AppDelegate.swift +++ b/app/AppDelegate.swift @@ -80,13 +80,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD func startLogin(account:String,token:String){ weak var weakSelf = self - IMKitLoginManager.instance.loginIM(account, token) { error in + IMKitEngine.instance.loginIM(account, token) { error in if let err = error { print("NEKitCore login error : ", err) }else { ChatRouter.setupInit() let param = QChatLoginParam(account,token) - IMKitLoginManager.instance.loginQchat(param) { error, response in + IMKitEngine.instance.loginQchat(param) { error, response in if let err = error { print("qchatLogin failed, error : ", err) }else {