LEIYI преди 1 месец
родител
ревизия
b5ad7d8a3e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/APNs/APNsLib.cs

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

@@ -3,7 +3,7 @@ namespace OASystem.API.OAMethodLib.APNsLib
 {
     public static class APNsLib
     {
-        private static readonly IAPNsService _APNsService = AutofacIocManager.Instance.GetService<IAPNsService>();
+        private static readonly OASystem.API.OAMethodLib.APNsLib.IAPNsService _APNsService = AutofacIocManager.Instance.GetService<OASystem.API.OAMethodLib.APNsLib.IAPNsService>();
 
         public static async Task<Result> pushMsg(string apnsTopic, string deviceToken, NotificationType type, string title, string subtitle, string body)
         {