111410

let query = AVQuery(className: "PersonalLog") query.whereKey("creator", equalTo: user) query.findObjectsInBackground { (result, error) in guard let arr = result else { return } let a = arr as! [AVObject] self.data = a.map({ $0.object(forKey: "name") as! String }) self.logTableView.reloadData() } let…

有没有人出来解答下。。 ------ BEGIN LeanCloud IM In Command ------ content: <AVIMGenericCommand 0x1c01d11c0>: { cmd: data appId: "" installationId: "" service: 1 dataMessage { ids: "*****" msg { data: "********" } } } ------ END -------------------------------- log有输出这个,但就是不走代理

log.text.zip (3.3 KB) 麻烦你了。