소스 검색

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

余尚辉 19 시간 전
부모
커밋
640289a3e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)