feat 历史记录

This commit is contained in:
2026-01-14 18:15:36 +08:00
parent 313a93702e
commit 636008b97d
16 changed files with 58 additions and 66 deletions

View File

@@ -28,8 +28,9 @@ func (ts *TestSuite) SetupSuite() {
},
},
Auth: &config.AuthConfig{
Secret: "test",
Expire: 259200,
Secret: "test",
ShortExpire: 15,
LongExpire: 10080,
},
})