From 7fd124bdf3f5bd8aa2a688485b672c5e6216ffec Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 23 五月 2019 16:45:12 +0800
Subject: [PATCH] 首页最低版本通知版本控制
---
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserNotificationServiceImpl.java | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserNotificationServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserNotificationServiceImpl.java
index 051e971..2ed7392 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserNotificationServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserNotificationServiceImpl.java
@@ -6,7 +6,7 @@
import org.springframework.stereotype.Service;
-import com.yeshi.fanli.controller.client.UserInfoController;
+import com.yeshi.fanli.controller.client.v1.UserInfoController;
import com.yeshi.fanli.dao.mybatis.AccountMessageMapper;
import com.yeshi.fanli.entity.bus.user.AccountMessage;
import com.yeshi.fanli.entity.bus.user.BindingAccount;
@@ -39,7 +39,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getNewerHongbaoTitle(),
- Constant.znxConfig.getNewerHongbaoMsg().replace("[閲戦]", money.toString()), null);
+ Constant.znxConfig.getNewerHongbaoMsg().replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -51,7 +51,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getOrderFanliRecieveTitle(), Constant.znxConfig
- .getOrderFanliRecieveMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null);
+ .getOrderFanliRecieveMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -63,7 +63,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getShareMoneyRecieveTitle(),
- Constant.znxConfig.getShareMoneyRecieveMsg().replace("[閲戦]", money.toString()), null);
+ Constant.znxConfig.getShareMoneyRecieveMsg().replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -76,7 +76,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getFanliOrderStatisticedTitle(),
- Constant.znxConfig.getFanliOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId), null);
+ Constant.znxConfig.getFanliOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -89,7 +89,7 @@
orderId = orderId.substring(0, orderId.length() - 6) + "******";
try {
pushService.pushZNX(uid, Constant.znxConfig.getTichengOrderStatisticedTitle(), Constant.znxConfig
- .getTichengOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null);
+ .getTichengOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -131,7 +131,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getExtractApplayTitle(),
- Constant.znxConfig.getExtractApplayMsg(), null);
+ Constant.znxConfig.getExtractApplayMsg(), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -143,7 +143,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getExtractTransferFailTitle(),
- Constant.znxConfig.getExtractTransferFailMsg().replace("[鏃堕棿]", time), null);
+ Constant.znxConfig.getExtractTransferFailMsg().replace("[鏃堕棿]", time), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -170,7 +170,7 @@
try {
pushService.pushZNX(uid, Constant.znxConfig.getExtractWrongTitle(),
- Constant.znxConfig.getExtractWrongMsg().replace("[鏃堕棿]", time), null);
+ Constant.znxConfig.getExtractWrongMsg().replace("[鏃堕棿]", time), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -198,7 +198,7 @@
try {
pushService.pushZNX(uid, Constant.znxConfig.getExtractSuccessTitle(),
- Constant.znxConfig.getExtractSuccessMsg().replace("[鏃堕棿]", time), null);
+ Constant.znxConfig.getExtractSuccessMsg().replace("[鏃堕棿]", time), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -228,7 +228,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getInviteMoneyRecieveTitle(),
- Constant.znxConfig.getInviteMoneyRecieveMsg().replace("[閲戦]", money.toString()), null);
+ Constant.znxConfig.getInviteMoneyRecieveMsg().replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -241,7 +241,7 @@
return;
try {
pushService.pushZNX(uid, Constant.znxConfig.getShareMoneyRecieveTitle(),
- Constant.znxConfig.getShareMoneyRecieveMsg().replace("[閲戦]", money.toString()), null);
+ Constant.znxConfig.getShareMoneyRecieveMsg().replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -256,7 +256,7 @@
orderId = orderId.substring(0, orderId.length() - 6) + "******";
try {
pushService.pushZNX(uid, Constant.znxConfig.getShareOrderStatisticedTitle(), Constant.znxConfig
- .getShareOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null);
+ .getShareOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
@@ -271,7 +271,7 @@
orderId = orderId.substring(0, orderId.length() - 6) + "******";
try {
pushService.pushZNX(uid, Constant.znxConfig.getInviteOrderStatisticedTitle(), Constant.znxConfig
- .getInviteOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null);
+ .getInviteOrderStatisticedMsg().replace("[璁㈠崟鍙穄", orderId).replace("[閲戦]", money.toString()), null, null);
} catch (PushException e) {
e.printStackTrace();
}
--
Gitblit v1.8.0