Преглед на файлове

Merge branch 'master' of https://git.yishihui.com/iOS/BFFramework

wenweiwei преди 3 години
родител
ревизия
c5548d60e2
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      BFFramework/Classes/Utils/PQThirdPlatformUtil.swift

+ 5 - 5
BFFramework/Classes/Utils/PQThirdPlatformUtil.swift

@@ -48,11 +48,11 @@ public class PQSingletoWXApiUtil: NSObject {
             }
         #endif
         WXApi.registerApp(mAppInfo.appid, universalLink: mAppInfo.universalLink)
-        #if DEBUG
-            WXApi.checkUniversalLinkReady { step, result in
-                BFLog(message: "微信回调自检--\(step),result = \(result)")
-            }
-        #endif
+//        #if DEBUG
+//            WXApi.checkUniversalLinkReady { step, result in
+//                BFLog(message: "微信回调自检--\(step),result = \(result)")
+//            }
+//        #endif
     }
 
     public func handleOpen(url: URL) -> Bool {