|
Result rst2 = new Result() { Code = -1, Msg = "" };
|
|
Result rst2 = new Result() { Code = -1, Msg = "" };
|
|
- rst2 = await APNsLib.pushMsg("com.panamerican.oa2024", rst.DeviceToken, NotificationType.Alert, title, subtitle, body);
|
|
+ rst2 = await APNsLib.APNsLib.pushMsg("com.panamerican.oa2024", rst.DeviceToken, NotificationType.Alert, title, subtitle, body);
|