新增设备模块

This commit is contained in:
zyj
2025-09-15 18:26:40 +08:00
parent 61b2ec346a
commit c1b601de69
10 changed files with 197 additions and 57 deletions

View File

@@ -23,4 +23,5 @@ var ErrorCode = map[string]*ErrorInfo{
"LoginError": {Code: 0, Data: "", Msg: "登录失败"},
"RegistrationFailed": {Code: 0, Data: "", Msg: "注册失败"},
"WebsocktFailed": {Code: 0, Data: "", Msg: "WebSocket 连接失败"},
"SevaSuccessful": {Code: 200, Data: "", Msg: "保存成功"},
}