Commit 50566d4e authored by renandong's avatar renandong 🇨🇳

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

parent 4b627354
......@@ -300,6 +300,9 @@ public class GeTuiService {
public CommonResult listPush(InformForm informForm) {
try {
String type = informForm.getEquipmentType();
if ("kkwj".equals(type)){
return CommonResult.success("暂未开放推送");
}
String appId = getAppId(type);
String pushToken = getPushToken(type);
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