From 1a2ef6c1bd82650e068dd435b327963d42c1f1b7 Mon Sep 17 00:00:00 2001 From: zsw666 <1176766775@qq.com> Date: Thu, 18 Jul 2024 14:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * v10.2.1 * OC project with V10 * v10.3.0 * loadService --------- Co-authored-by: 张诗文 --- app/Main/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Main/AppDelegate.swift b/app/Main/AppDelegate.swift index 6758bdf7..c0bf1a31 100644 --- a/app/Main/AppDelegate.swift +++ b/app/Main/AppDelegate.swift @@ -43,6 +43,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD let account = "<#account#>" let token = "<#token#>" + loadService() weak var weakSelf = self IMKitClient.instance.login(account, token, nil) { error in