Authored by BuddyJack

fix

... ... @@ -19,7 +19,7 @@ public class BigdataAlarm {
public static final String WATCH_URL = "http://h5.data.yoho.cn/rs/verifyData";
//public static final String WATCH_URL = "http://qbs-h5-test.yohops.com/rs/api/getRtChannelDataByPlatform.do?&platform=3";
public static final Integer LIMIT = 2;
public static final Integer LIMIT = 5;
@Autowired
public AlarmMsgService alarmMsgService;
... ...
... ... @@ -23,7 +23,7 @@ public class ShopdataAlarm {
public static final String WATCH_URL = "http://h5-shop.data.yoho.cn/shop/checkIsLive";
public static final Integer LIMIT = 5;
public static final Integer LIMIT = 2;
@Autowired
public AlarmMsgService alarmMsgService;
... ...