mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 21:42:25 +08:00
优化架构
This commit is contained in:
6
dispatch/entity/api/login_token_req.go
Normal file
6
dispatch/entity/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