From 938fb62ea79835af6bdce114a1450936c45bcd99 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 23 Dec 2022 17:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index c397051..892f0e4 100644 --- a/config/config.go +++ b/config/config.go @@ -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"` }