Commit aa7e691002820765ab3caa6fbcd1c39b11f2f7dd
1 parent
d7f39054
无用代码移除
Showing
1 changed file
with
0 additions
and
7 deletions
ios/Runner/AppDelegate.swift
@@ -18,13 +18,6 @@ import Flutter | @@ -18,13 +18,6 @@ import Flutter | ||
18 | _ = XSMessageMehtodChannel(message: controller.binaryMessenger); | 18 | _ = XSMessageMehtodChannel(message: controller.binaryMessenger); |
19 | _ = GameMessageChannel(message: controller.binaryMessenger); | 19 | _ = GameMessageChannel(message: controller.binaryMessenger); |
20 | 20 | ||
21 | -// let registerWX = WXApi.registerApp("wx365e5a79956a450a", universalLink: "https://app-api.wowenglish.com.cn/app/"); | ||
22 | -// if registerWX == true { | ||
23 | -// print("WXApi register 成功"); | ||
24 | -// } else { | ||
25 | -// print("WXApi register 失败"); | ||
26 | -// } | ||
27 | - | ||
28 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) | 21 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) |
29 | } | 22 | } |
30 | } | 23 | } |