소스 검색

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 {