111953
$ lean up [INFO] Current CLI tool version: 0.21.0 [INFO] Node.js runtime detected [INFO] Retrieving app info ... [ERROR] Get https://leancloud.cn/1.1/clients/self/apps/SJvYek7SStmHMht7wyAOxBgT-gzGzoHsz : dial tcp: i/o timeout
北京ip 命令行经常遇到超时 Get https://leancloud.cn/1.1/clients/self/apps/SJvYek7SStmHMht7wyAOxBgT-gzGzoHsz : dial tcp: i/o timeout
可以打开 很顺畅
LCEngine.call("PlayerProperty", parameters: params) { (result) in switch result { case .success(object: let object): if let object = object { print(object) } case .failure(error: let error): print(error) } } 返回的object:LeanCloud.LCArray: 0x600002ed7730 怎么取值?