mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-14 03:02:27 +08:00
refactor
This commit is contained in:
6
dispatch/api/login_token_req.go
Normal file
6
dispatch/api/login_token_req.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package api
|
||||
|
||||
type LoginTokenRequest struct {
|
||||
Uid string `json:"uid"`
|
||||
Token string `json:"token"`
|
||||
}
|
||||
Reference in New Issue
Block a user