Files
hk4e/dispatch/entity/api/login_token_req.go
huangxiaolei 43403202b5 优化架构
2022-11-23 18:05:11 +08:00

7 lines
103 B
Go

package api
type LoginTokenRequest struct {
Uid string `json:"uid"`
Token string `json:"token"`
}