From 0861a0c79fa8dda088103ac2858c2f02114b1288 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Wed, 14 Jun 2023 15:28:14 +0300 Subject: [PATCH] updates --- lib/client/base_app_client.dart | 4 ++++ lib/config/config.dart | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/client/base_app_client.dart b/lib/client/base_app_client.dart index 3901554f..5b2a6c12 100644 --- a/lib/client/base_app_client.dart +++ b/lib/client/base_app_client.dart @@ -109,6 +109,10 @@ class BaseAppClient { // } body['DeviceTypeID'] = Platform.isAndroid ? 1 : 2; + + // body['DoctorID'] = 1002; //3844083 + // body['TokenID'] = "@dm!n"; + // print("ProjectID :"); // print(body['ProjectID']); print("URL : $url"); diff --git a/lib/config/config.dart b/lib/config/config.dart index 439bcc4b..bb448ee7 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -8,11 +8,11 @@ const BASE_URL_LIVE_CARE = 'https://livecare.hmg.com/'; // const BASE_URL = 'https://hmgwebservices.com/'; -// const BASE_URL = 'https://uat.hmgwebservices.com/'; +const BASE_URL = 'https://uat.hmgwebservices.com/'; // const BASE_URL = 'https://vidauat.cloudsolutions.com.sa/'; //Vida Plus URL -const BASE_URL = 'https://vidamergeuat.cloudsolutions.com.sa/'; //Vida Plus URL +// const BASE_URL = 'https://vidamergeuat.cloudsolutions.com.sa/'; //Vida Plus URL const PHARMACY_ITEMS_URL = "Services/Lists.svc/REST/GetPharmcyItems_Region_enh";