fix
CI / changes (push) Successful in 2s
CI / docker-bff (push) Has been skipped
CI / docker-product (push) Has been skipped
CI / docker-admin (push) Successful in 3m41s

This commit is contained in:
2026-08-13 11:29:01 +08:00
parent 2c4690a29a
commit 1fa86be9d0
3 changed files with 38 additions and 11 deletions
+3 -2
View File
@@ -16,8 +16,9 @@ type JwtInfo struct {
}
type Token struct {
Token string `json:"token"`
Refresh string `json:"refresh"`
Token string `json:"token"`
Refresh string `json:"refresh"`
Info JwtInfo `json:"info"`
}
type JwtInfoServices struct {