mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
7 lines
109 B
Go
7 lines
109 B
Go
package models
|
|
|
|
type AuthResponse struct {
|
|
Token string `json:"token"`
|
|
Need2FA bool `json:"need2FA"`
|
|
}
|