LEIYI пре 6 месеци
родитељ
комит
256025c1c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/APNs/APNsService.cs

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/APNs/APNsService.cs

@@ -164,7 +164,7 @@ namespace OASystem.API.OAMethodLib.APNs
                 };
                 //var content = new StringContent(JsonSerializerTool.SerializeDefault(notContent), System.Text.Encoding.UTF8, Application.Json);
 
-                var content = new StringContent(System.Text.Json.JsonSerializer.Serialize(notContent));
+            var content = new StringContent(System.Text.Json.JsonSerializer.Serialize(notContent));
 
                 httpRequestMessage.Content = content;