新增接口
This commit is contained in:
@@ -111,6 +111,12 @@ typedef void (^AiVMSpeechTranscribeCompletion)(KBAiSpeechTranscribeResponse *_Nu
|
||||
pageSize:(NSInteger)pageSize
|
||||
completion:(void(^)(KBChatHistoryPageModel * _Nullable pageModel, NSError * _Nullable error))completion;
|
||||
|
||||
/// 删除聊天记录(根据聊天记录 ID 逻辑删除聊天消息)
|
||||
/// @param historyId 聊天记录 ID(接口字段为 id)
|
||||
/// @param completion 完成回调
|
||||
- (void)deleteChatHistoryWithId:(NSInteger)historyId
|
||||
completion:(void(^)(BOOL success, NSError * _Nullable error))completion;
|
||||
|
||||
#pragma mark - 评论相关接口
|
||||
|
||||
/// 发表评论
|
||||
|
||||
Reference in New Issue
Block a user