♻️ reconstruct the authentication mode

This commit is contained in:
2024-12-21 13:01:10 +08:00
parent f213644aa9
commit 462e811742
25 changed files with 371 additions and 77 deletions

View File

@@ -22,5 +22,5 @@ const (
// 系统相关的redis key
const (
SystemApiNonceRedisKey = "system:controller:nonce:"
SystemApiNoncePrefix = "system:nonce:"
)

View File

@@ -0,0 +1,3 @@
package constant
const TimeFormat = "2006-01-02 15:04:05"