774056846 4 months ago
parent
commit
9b4024b9a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/api.py

+ 1 - 1
src/core/callcenter/api.py

@@ -102,7 +102,7 @@ class AgentActionRequest(BaseApi):
     """
     坐席操作
     """
-    def __init__(self, saas_id, agent_id, agent_number=None, out_id=None, identity_type=None, scene='manual', service_id=None, **kwargs):
+    def __init__(self, saas_id, agent_id=None, agent_number=None, out_id=None, identity_type=None, scene='manual', service_id=None, **kwargs):
         self.saas_id =saas_id
         # 坐席工号
         self.agent_id = agent_id