🐛 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

@@ -1,7 +1,7 @@
package i18n
const I18nKey = "i18n"
const I18nCurrentLangKey = "lang"
const I18nCurrentLangKey = "language"
var (
defaultLangHeaderKey = "Accept-Language"