|
- 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)
|
|
public static async Task<Result> pushMsg(string apnsTopic, string deviceToken, NotificationType type, string title, string subtitle, string body)
|