You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nixzhu 请问知道原因吗?MonkeyKing.handleOpenURL(url)的时候在这里dict为nil了
if let data = UIPasteboard.general.data(forPasteboardType: "content") {
if let dict = try? PropertyListSerialization.propertyList(from: data, options: PropertyListSerialization.MutabilityOptions(), format: nil) as? [String: Any] {
guard
let account = shared.accountSet[.weChat],
let info = dict?[account.appID] as? [String: Any],
let result = info["result"] as? String,
let resultCode = Int(result) else {
return false
}
如题,有人遇到这个问题吗
The text was updated successfully, but these errors were encountered: