This commit is contained in:
2025-07-07 20:11:59 +08:00
parent ab0fdbc447
commit 06e3aa2eb3
2009 changed files with 193082 additions and 0 deletions

15
api/constant/video_hat.go Normal file
View File

@ -0,0 +1,15 @@
package constant
import "github.com/gorilla/websocket"
var Url string = "wss://caps.runde.pro/wss"
const (
Username = "重庆远界大数据"
Password = "Cqyj123`"
AdminId = "12316"
BatteryLevel = 20 // 电池电量
)
var Token = ""
var Conn *websocket.Conn = nil