[feat] 调整 User.GetUserInfo() 返回类型
This commit is contained in:
parent
0cd70a2070
commit
d775bd6c0f
@ -33,7 +33,7 @@ func (this user) Nickname() string {
|
|||||||
return this.nickname
|
return this.nickname
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this user) GetUserInfo() any {
|
func (this user) GetUserInfo() map[string]any {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user