物联网程序

This commit is contained in:
BBIT-Kai
2026-03-26 17:53:55 +08:00
parent 0c2859b0db
commit 8592af3111
11 changed files with 51 additions and 21 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ import (
// 常量
const (
// 版本号
APP_VERSION = 26
APP_VERSION = 29
//BASE_URL = "https://ai.ronsunny.cn:8090"
BASE_URL = "http://127.0.0.1:13011"
BASE_URL = "https://ai.ronsunny.cn:8090"
//BASE_URL = "http://127.0.0.1:13011"
LOG_FILE_DIC = "./logs"
LOG_CHECK_INTERVAL_HOURS = 10 // 文件轮询检查间隔(秒)
MQTT_BROKER = "tls://ai.ronsunny.cn:8093"