去除无用参数

master v1.0.2
杨赟 2 years ago
parent 938fb62ea7
commit 4da6f21d24

@ -33,6 +33,5 @@ type Bearer struct {
UID string `json:"uid"` UID string `json:"uid"`
Time int64 `json:"time"` Time int64 `json:"time"`
TokenType string `json:"token_type"` TokenType string `json:"token_type"`
Code string `json:"code"`
Xid string `json:"xid"` Xid string `json:"xid"`
} }

Loading…
Cancel
Save