feat: add avatar

This commit is contained in:
Rogee
2025-05-07 17:13:58 +08:00
parent 3b630b270e
commit 2b10f0b595
2 changed files with 1 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ func (ctl *auth) Login(ctx fiber.Ctx, code, state, redirect string) error {
authUserInfo = &wechat.AuthorizeUserInfo{
City: "",
Country: "",
Headimgurl: "",
Headimgurl: "/avatar.jpeg",
Nickname: "暂未设置昵称",
Openid: token.Openid,
Privilege: []string{},

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB