From b11b519dd52a376746580a287a861ef32f80332e Mon Sep 17 00:00:00 2001 From: Ilya_Chis Date: Thu, 3 Apr 2025 11:18:45 +0500 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D0=BE=D0=B3=D0=BE=D0=BF=D0=BB=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D1=8C=D1=89=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webApp/interfaces/pagesController.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webApp/interfaces/pagesController.py b/webApp/interfaces/pagesController.py index d6ade1c..0464e68 100644 --- a/webApp/interfaces/pagesController.py +++ b/webApp/interfaces/pagesController.py @@ -258,7 +258,7 @@ def request_patient_information(): # taxpayer_fio = data.get('taxpayer_fio') patient_fio = data.get('patient_fio') - url = "http://192.168.1.10:8081/AppFindPacFromTel" + url = "http://192.168.1.10:8080/AppFindPacFromTel" data = {"telegram_id": user_id} response = requests.post(url, json=data) @@ -527,7 +527,7 @@ def request_patient2(): "second_name": patient_fio.split()[2] if len(patient_fio.split()) > 2 else "", "last_name": patient_fio.split()[0], "pac_poluchat": "False", - "poluchat_status": data.get('taxpayer_status'), + "poluchat_status": taxpayer_status_zapros, "birthday": birthday_users } print(payload)