feat: (REQ-3457) 增加批量创建历史聊天用户记录
This commit is contained in:
parent
dd1750c7d8
commit
f4a2e307c8
@ -30,6 +30,7 @@ public interface ChatUserApi {
|
||||
/**
|
||||
* 批量-创建历史聊天用户
|
||||
*/
|
||||
@PostMapping("api/im/chat/user/batchCreateChatUserHistory")
|
||||
ApiResult<Void> batchCreateChatUserHistory(BatchCreateChatUserHistoryReq req);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user