Procházet zdrojové kódy

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

余尚辉 před 19 hodinami
rodič
revize
640289a3e9
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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)