Commit 94f7388b authored by zuoadmin's avatar zuoadmin

Merge branch 'dev' into 'master'

1.暂时关闭看看卫健群推送

See merge request !22
parents 4b627354 50566d4e
...@@ -300,6 +300,9 @@ public class GeTuiService { ...@@ -300,6 +300,9 @@ public class GeTuiService {
public CommonResult listPush(InformForm informForm) { public CommonResult listPush(InformForm informForm) {
try { try {
String type = informForm.getEquipmentType(); String type = informForm.getEquipmentType();
if ("kkwj".equals(type)){
return CommonResult.success("暂未开放推送");
}
String appId = getAppId(type); String appId = getAppId(type);
String pushToken = getPushToken(type); String pushToken = getPushToken(type);
if (StringUtils.isBlank(pushToken)) { if (StringUtils.isBlank(pushToken)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment