Merge remote-tracking branch 'origin/master'

This commit is contained in:
lyf
2023-02-03 14:47:06 +08:00
167 changed files with 110 additions and 3360 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();