This commit is contained in:
zhujunshuai
2023-02-02 16:46:35 +08:00
parent 20dc71421d
commit a0d5f0fb3c
165 changed files with 248 additions and 3082 deletions

View File

@@ -96,8 +96,8 @@ public class GeneralPushUtil implements IPush {
@Override
public void sendAllPlatAll(String notificationTitle, String msgContent, String extrasParam) {
try {
jgPushUtil.sendAndroidAll(notificationTitle, msgContent, extrasParam);
mobPushUtil.sendIOSAll(notificationTitle, msgContent, extrasParam);
//jgPushUtil.sendAndroidAll(notificationTitle, msgContent, extrasParam);
//mobPushUtil.sendIOSAll(notificationTitle, msgContent, extrasParam);
getuiPushUtil.sendIOSAll(notificationTitle, msgContent, extrasParam);
} catch (Exception e) {
e.printStackTrace();