🐛 fix session bug

This commit is contained in:
landaiqing
2024-11-17 20:02:59 +08:00
parent 34c4690f80
commit 78a162a19a
72 changed files with 1304 additions and 453 deletions

View File

@@ -9,7 +9,6 @@ type Config struct {
}
Auth struct {
AccessSecret string
AccessExpire int64
}
Mysql struct {
DataSource string