diff --git a/ServiceHost/Areas/AdminNew/Pages/Company/AndroidApk/Index.cshtml.cs b/ServiceHost/Areas/AdminNew/Pages/Company/AndroidApk/Index.cshtml.cs index 01cc5f3e..4053226f 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Company/AndroidApk/Index.cshtml.cs +++ b/ServiceHost/Areas/AdminNew/Pages/Company/AndroidApk/Index.cshtml.cs @@ -78,13 +78,13 @@ namespace ServiceHost.Areas.AdminNew.Pages.Company.AndroidApk //CreateRewardForKebabMahdi().GetAwaiter().GetResult(); var httpClient = _httpClientFactory.CreateClient(); httpClient.BaseAddress = new Uri("https://sepehr.shaparak.ir/"); - var terminal = 98000000; + var terminal = 99213700; var res= await httpClient.PostAsJsonAsync("Rest/V1/PeymentApi/GetToken", new { TerminalID=terminal, Amount="2000", InvoiceID="444", - callbackURL="https://test.ir/Payment/PageCallBackSaderat", + callbackURL="https://gozareshgir.ir/Payment/PageCallBackSaderat", payload="" }); // خواندن محتوای پاسخ @@ -100,7 +100,7 @@ namespace ServiceHost.Areas.AdminNew.Pages.Company.AndroidApk ViewData["message"] = "ایجاد شد"; - return Page(); + //return Page(); } private async System.Threading.Tasks.Task CreateDadmehrWorkshopFaceEmbedding() diff --git a/ServiceHost/Properties/launchSettings.json b/ServiceHost/Properties/launchSettings.json index 89af9011..5a68a777 100644 --- a/ServiceHost/Properties/launchSettings.json +++ b/ServiceHost/Properties/launchSettings.json @@ -19,7 +19,7 @@ "sqlDebugging": true, "dotnetRunMessages": "true", "nativeDebugging": true, - "applicationUrl": "https://localhost:5004;http://localhost:5003;https://192.168.0.117:8080;http://192.168.0.117:8081", + "applicationUrl": "https://localhost:5004;http://localhost:5003;https://192.168.0.118:8080;http://192.168.0.118:8081", "jsWebView2Debugging": false, "hotReloadEnabled": true },