add Refresh
CI / changes (push) Successful in 6s
CI / docker-bff (push) Successful in 8s
CI / docker-product (push) Failing after 2s

This commit is contained in:
2026-08-10 18:05:29 +08:00
parent 7228d3fedc
commit 9865f7dae9
16 changed files with 390 additions and 245 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ type JwtInfo struct {
}
type Token struct {
Token string `json:"token"`
Token string `json:"token"`
Refresh string `json:"refresh"`
}
type JwtInfoServices struct {