mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:22:26 +08:00
8 lines
158 B
Go
8 lines
158 B
Go
package api
|
|
|
|
type LoginAccountRequestJson struct {
|
|
Account string `json:"account"`
|
|
Password string `json:"password"`
|
|
IsCrypto bool `json:"is_crypto"`
|
|
}
|