This commit is contained in:
Mrx
2026-02-09 11:12:49 +08:00
parent ad809f6f8b
commit ad28fc2301
4 changed files with 22 additions and 5 deletions

View File

@@ -140,6 +140,7 @@ type (
AccessToken string `json:"accessToken"`
AccessExpire int64 `json:"accessExpire"`
RefreshAfter int64 `json:"refreshAfter"`
IsAgent bool `json:"is_agent,optional"` // 该手机号已是代理时为 true前端可据此自动进入代理中心
}
)