feat: move needUpdatePassword to response's Data3 field to avoid refresh token conflict (#3931)

This commit is contained in:
DacongDA
2025-07-05 22:48:44 +08:00
committed by GitHub
parent fb035a5353
commit b42391c6ce
4 changed files with 16 additions and 15 deletions

View File

@ -42,6 +42,7 @@ type Response struct {
Name string `json:"name"`
Data interface{} `json:"data"`
Data2 interface{} `json:"data2"`
Data3 interface{} `json:"data3"`
}
type Captcha struct {