mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 03:42:27 +08:00
优化架构
This commit is contained in:
7
dispatch/entity/api/login_account_req.go
Normal file
7
dispatch/entity/api/login_account_req.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
type LoginAccountRequestJson struct {
|
||||
Account string `json:"account"`
|
||||
Password string `json:"password"`
|
||||
IsCrypto bool `json:"is_crypto"`
|
||||
}
|
||||
Reference in New Issue
Block a user