From d760bcb09f1d1b373ffd417d322bc91a08c63b21 Mon Sep 17 00:00:00 2001
From: shimai <shimai@example.com>
Date: Mon, 09 Mar 2026 17:23:31 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/~chengmw/cloud-melody-front into test/shimai.huang/260309
---
web-app/src/services/OutboundBotAPIService.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/web-app/src/services/OutboundBotAPIService.js b/web-app/src/services/OutboundBotAPIService.js
index daf5fa1..dcc64ca 100644
--- a/web-app/src/services/OutboundBotAPIService.js
+++ b/web-app/src/services/OutboundBotAPIService.js
@@ -60,6 +60,14 @@
static updateCallStatus(data) {
return request.post('/api/v1/outbound-bot/update-status', data);
}
+
+ static syncStatusByCase(data) {
+ return request.post('/api/v1/outbound-bot/sync-status-by-case', data);
+ }
+
+ static backfillConversationByCase(data) {
+ return request.post('/api/v1/outbound-bot/backfill-conversation-by-case', data);
+ }
}
-export default OutboundBotAPIService;
\ No newline at end of file
+export default OutboundBotAPIService;
--
Gitblit v1.8.0