|
@@ -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 {
|