修改字段类型

master v1.0.1
黄伟 2 years ago
parent f031f931a6
commit 938fb62ea7

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

Loading…
Cancel
Save