网关实现自定义接口安全检查与边缘节点连接权限验证

This commit is contained in:
2025-05-15 15:56:20 +08:00
parent b29882f0a7
commit d65fe4db6f
25 changed files with 353 additions and 703 deletions

6
server/core/consts.go Normal file
View File

@@ -0,0 +1,6 @@
package core
const (
Version = 1
RestoreMagic = 0x72
)