add:1.增加后台管理强制取消任务接口。2.修改设置车辆冰量和水量逻辑。3.增加OTA远程更新功能。4.补充国际化。5.增加调度任务不存在同步取消数据库任务。

This commit is contained in:
2026-06-26 10:54:04 +08:00
parent f0459c0a02
commit 59627fe84f
26 changed files with 515 additions and 28 deletions

View File

@@ -10,4 +10,9 @@ public class URLConstant {
* 调度IP及端口
*/
public static String SCHEDULE_IP_PORT = "127.0.0.1:55200";
/**
* otaAgent端口
*/
public static String OTA_AGENT_PORT = "19090";
}