Browse Source

ios合并3

LEIYI 1 month ago
parent
commit
b5ad7d8a3e
1 changed files with 1 additions and 1 deletions
  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)
         {