Przeglądaj źródła

坐席外呼逻辑开发,待调试,fix

刘威 5 miesięcy temu
rodzic
commit
b948454a78
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/core/callcenter/call.py

+ 2 - 2
src/core/callcenter/call.py

@@ -5,7 +5,7 @@ import time
 
 import src.core.callcenter.cache as Cache
 from src.core.callcenter.constant import saasId, HOLD_MUSIC_PATH
-from src.core.callcenter.enumeration import CallCauseEnum, Direction, NextType, DeviceType
+from src.core.callcenter.enumeration import CallCause, Direction, NextType, DeviceType
 from src.core.callcenter.model import MakeCallRequest, AgentInfo, CallInfo, HangupCallRequest, CheckInCallRequest, \
     DeviceInfo, NextCommand
 from src.core.callcenter.snowflake import Snowflake
@@ -55,7 +55,7 @@ class CallService:
     def hangup(self, request: HangupCallRequest):
         pass
 
-    def hangup_all(self, call_info: CallInfo, case_enum: CallCauseEnum):
+    def hangup_all(self, call_info: CallInfo, case_enum: CallCause):
         pass
 
     def hangup_by_call_id(self, call_id):