mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-09 12:54:47 +08:00
feat: add whatsapp web qr chat channel (#16238)
Adds a WhatsApp chat channel backed by a QR-based web login flow so users can connect without manual token setup.
This commit is contained in:
@@ -28,4 +28,7 @@ export const updateChatChannel = (id: string, data: Record<string, any>) =>
|
||||
export const deleteChatChannel = (id: string) =>
|
||||
request.delete(api.chatChannelDel(id));
|
||||
|
||||
export const fetchChatChannelRuntime = (id: string) =>
|
||||
request.get(api.chatChannelRuntime(id));
|
||||
|
||||
export default chatChannelService;
|
||||
|
||||
Reference in New Issue
Block a user