|
@@ -49,6 +49,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
|
}
|
|
|
|
|
|
func application(_: UIApplication, open url: URL, options _: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
|
|
|
+ if url.scheme == "bfmusic" {
|
|
|
+ BFLog(1, message: "tets")
|
|
|
+ return true
|
|
|
+ }
|
|
|
return PQSingletoWXApiUtil.shared.handleOpen(url: url)
|
|
|
}
|
|
|
|