金马推送URL有非法字符,修改

This commit is contained in:
weidong 2024-02-01 13:32:44 +08:00
parent 6bcaa85438
commit 8fcfb57b90

View File

@ -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);