fix reesh api
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 1s
CI / docker-product (push) Failing after 1s

This commit is contained in:
2026-08-10 18:48:58 +08:00
parent 9865f7dae9
commit afc8e18635
11 changed files with 149 additions and 29 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ type Status struct {
}
type LoginRedis struct {
Info interface{} `json:"info"`
Token string `json:"token"`
Refresh string `json:"refresh"`
Info []byte `json:"info"`
Token string `json:"token"`
Refresh string `json:"refresh"`
}
const (