From babb48b1dbab63fd1880dfffbab5bef46731d5b0 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 18 Oct 2021 11:13:15 +0300 Subject: [PATCH] base app client changes --- lib/core/service/client/base_app_client.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/core/service/client/base_app_client.dart b/lib/core/service/client/base_app_client.dart index a4edd32e..ac96e35e 100644 --- a/lib/core/service/client/base_app_client.dart +++ b/lib/core/service/client/base_app_client.dart @@ -120,11 +120,11 @@ class BaseAppClient { // if(body.containsKey("patientOutSa")) // body.remove("PatientOutSA"); // - body['PatientID'] = 1018977; - body['TokenID'] = "@dm!n"; - body['IdentificationNo'] = "1009199553"; - body['MobileNo'] = "966545156035"; - body['PatientMobileNumber'] = "966545156035"; + // body['PatientID'] = 1018977; + // body['TokenID'] = "@dm!n"; + // body['IdentificationNo'] = "1009199553"; + // body['MobileNo'] = "966545156035"; + // body['PatientMobileNumber'] = "966545156035"; print("URL : $url"); final jsonBody = json.encode(body);