金马推送URL有非法字符,修改
This commit is contained in:
parent
6bcaa85438
commit
8fcfb57b90
@ -50,7 +50,7 @@ public class KingMaForwarder extends Forwarder{
|
|||||||
/**
|
/**
|
||||||
* 每半小时转发GNSS解算结果
|
* 每半小时转发GNSS解算结果
|
||||||
*/
|
*/
|
||||||
@Scheduled(cron = "0 0/30 * * * ?") // 每30分钟执行一次
|
@Scheduled(cron = "0 0/35 * * * ?") // 每30分钟执行一次
|
||||||
private void forwardGnss() {
|
private void forwardGnss() {
|
||||||
logger.info("kingma forwardGnss");
|
logger.info("kingma forwardGnss");
|
||||||
forwardCurrentGnss(FORWARDER_NAME);
|
forwardCurrentGnss(FORWARDER_NAME);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user