mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-08 23:42:27 +08:00
7 lines
103 B
Go
7 lines
103 B
Go
package api
|
|
|
|
type LoginTokenRequest struct {
|
|
Uid string `json:"uid"`
|
|
Token string `json:"token"`
|
|
}
|