瀏覽代碼

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 {