新增设备模块

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

@@ -40,6 +40,7 @@ func TokenAuth() gin.HandlerFunc {
return
}
c.Set("userID", TokenStatus.UserId)
c.Set("token", authHeader)
c.Next()
}
}