mqtt加入认证,优化视频播放与浏览器

This commit is contained in:
2025-03-07 16:04:19 +08:00
parent c71e8bc13d
commit febcdfdbf7
13 changed files with 60 additions and 82 deletions

View File

@@ -5,7 +5,9 @@ import (
)
type MqttConfig struct {
Url string
Url string
ClientID string
Password string
}
type AliyunConfig struct {