This commit is contained in:
withchao
2023-04-24 19:45:29 +08:00
parent 56a04aaf82
commit 469458dd2a
6 changed files with 660 additions and 36 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type UserModel struct {
}
func (u *UserModel) GetNickname() string {
return UserModelTableName
return u.Nickname
}
func (u *UserModel) GetFaceURL() string {