ソースを参照

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 {