From 4ef3ddc5ecaa4044e340c2e27bbffd1c3eef8fab Mon Sep 17 00:00:00 2001 From: "DESKTOP-45ANQ2C\\unis" <121212121@qq.com> Date: Tue, 17 Dec 2024 11:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=AF=B7=E6=B1=82=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapi/deprecated.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapi/deprecated.go b/webapi/deprecated.go index 2c16357..85542df 100644 --- a/webapi/deprecated.go +++ b/webapi/deprecated.go @@ -243,7 +243,7 @@ type PlatfromCreateAccountReq struct { Username string `json:"username"` Channel string `json:"channel"` Nickname string `json:"nickname"` - Avatar string `json:"Avatar"` + Avatar string `json:"avatar"` Timestamp string `json:"timestamp"` }