From 41aa6375f4086c3bbabd00c710c0734b25962d78 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期日, 27 七月 2025 22:54:38 +0800
Subject: [PATCH] 修复BUG,修改逻辑

---
 DolphinEnglishLearnStudent/AppDelegate.swift |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/DolphinEnglishLearnStudent/AppDelegate.swift b/DolphinEnglishLearnStudent/AppDelegate.swift
index 9e445be..78aa1c8 100644
--- a/DolphinEnglishLearnStudent/AppDelegate.swift
+++ b/DolphinEnglishLearnStudent/AppDelegate.swift
@@ -33,22 +33,22 @@
         // Use this method to release any resources that were specific to the discarded scenes, as they will not return.
     }
 
-    func application(_ application: UIApplication, handleOpen url: URL) -> Bool {
-        return WXApi.handleOpen(url, delegate: self)
-    }
-
-    func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
-        return WXApi.handleOpen(url, delegate: self)
-    }
+//    func application(_ application: UIApplication, handleOpen url: URL) -> Bool {
+//        return WXApi.handleOpen(url, delegate: self)
+//    }
+//
+//    func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
+//        return WXApi.handleOpen(url, delegate: self)
+//    }
 }
 
-extension AppDelegate:WXApiDelegate{
-    func onReq(_ req: BaseReq) {
-
-    }
-
-    func onResp(_ resp: BaseResp) {
-
-    }
-}
+//extension AppDelegate:WXApiDelegate{
+//    func onReq(_ req: BaseReq) {
+//
+//    }
+//
+//    func onResp(_ resp: BaseResp) {
+//
+//    }
+//}
 

--
Gitblit v1.7.1