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

@@ -34,6 +34,8 @@
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/classes" />
<excludeFolder url="file://$MODULE_DIR$/${project.build.directory}/test-classes" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />

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();