金马推送URL缺http
This commit is contained in:
parent
65f8bb313b
commit
e38e5a312f
@ -49,7 +49,7 @@ public class KingMaForwarder extends Forwarder{
|
||||
/**
|
||||
* 每半小时转发GNSS解算结果
|
||||
*/
|
||||
@Scheduled(cron = "0 0/10 * * * ?") // 每30分钟执行一次
|
||||
@Scheduled(cron = "0 0/30 * * * ?") // 每30分钟执行一次
|
||||
private void forwardGnss() {
|
||||
logger.info("kingma forwardGnss");
|
||||
forwardCurrentGnss(FORWARDER_NAME);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user