fix: 调整个人中心字段

This commit is contained in:
Blizzard
2026-02-12 08:54:12 +08:00
parent 69e59b0e36
commit a5871e8e71
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -160,6 +160,7 @@ func (userService *UserService) MiniLogin(code string) (result *system.User, err
}
profile := plant.UserProfile{
UserId: newUser.Id,
MiniOpenId: wxResp.Openid,
Nickname: newUser.Name,
CurrentSunlight: 0,
TotalSunlight: 0,