重构认证相关结构,更新认证流程,添加日志功能

This commit is contained in:
2025-02-26 17:01:20 +08:00
parent 7ee4ded08c
commit a541a7bd3a
12 changed files with 110 additions and 472 deletions

5
server/fwd/logs/logs.go Normal file
View File

@@ -0,0 +1,5 @@
package logs
func Write(str ...string) {
}