소스 검색

ios合并3

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)
         {