From c258b238af3d7db8acc7a99fff1bef08c997619d Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 14 Nov 2021 16:37:21 +0300 Subject: [PATCH] changed URL and channel ID --- .../services/authentication/authentication.service.ts | 2 +- .../app/hmg-common/services/connector/connector.service.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index fe589875..7a6413ae 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -143,7 +143,7 @@ export class AuthenticationService { mobileType = 'android'; } request.VersionID = 3.2; - request.Channel = 31; + request.Channel = 43; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType; diff --git a/Mohem/src/app/hmg-common/services/connector/connector.service.ts b/Mohem/src/app/hmg-common/services/connector/connector.service.ts index dc119ce4..d0946a82 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -27,8 +27,10 @@ export class ConnectorService { public static retryTimes = 0; public static timeOut = 120 * 1000; + public static host = 'http://10.10.150.249:1234/'; // public static host = 'https://uat.hmgwebservices.com/'; - public static host = 'https://hmgwebservices.com/'; + // public static host = 'https://hmgwebservices.com/'; + constructor(public httpClient: HttpClient, public cs: CommonService,