From 4da6f21d240f1b30e9e9013a3cbe3c03d3ee886b Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 23 Dec 2022 18:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index 892f0e4..4e90fe0 100644 --- a/config/config.go +++ b/config/config.go @@ -33,6 +33,5 @@ type Bearer struct { UID string `json:"uid"` Time int64 `json:"time"` TokenType string `json:"token_type"` - Code string `json:"code"` Xid string `json:"xid"` }