登录请求修改

This commit is contained in:
DESKTOP-45ANQ2C\unis 2024-12-17 11:09:53 +08:00
parent 55bec9ba84
commit 4ef3ddc5ec
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ type PlatfromCreateAccountReq struct {
Username string `json:"username"` Username string `json:"username"`
Channel string `json:"channel"` Channel string `json:"channel"`
Nickname string `json:"nickname"` Nickname string `json:"nickname"`
Avatar string `json:"Avatar"` Avatar string `json:"avatar"`
Timestamp string `json:"timestamp"` Timestamp string `json:"timestamp"`
} }