update
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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();
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user