获取会话里面的文件 返回error_code 254

fengyun137 4天前 41

我用[[WFCCIMService sharedWFCIMService] getConversationFiles:self.conversation fromUser:nil beforeMessageUid:0 order:FileRecordOrder_TIME_DESC count:50 success:^(NSArray<WFCCFileRecord > files) { weakSelf.allFiles = files; [weakSelf.tableView reloadData]; } error:^(int error_code) { }]; 获取文件列表 为啥返回254

最新回复 (1)
返回