Browse Source

Merge branch 'dev_transfer_20241123' of ssh://gitlab.fuxicarbon.com:1111/client_service/voice-gateway-service into dev_transfer_20241123

余尚辉 17 hours ago
parent
commit
640289a3e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/callcenter/api.py

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

@@ -586,6 +586,7 @@ class CallInfo(BaseApi):
             "next_commands": [vars(x) for x in self.next_commands],
             "call_details": [vars(x) for x in self.call_details],
         }
+        print('call_info is :', new_dict, flush=True)
         return json.dumps(new_dict, default=lambda x: x.__dict__, ensure_ascii=False)