Mod service_user get_user_info other user handler
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-31 08:50:45 +08:00
parent 8c90837a67
commit 6e88597af0

View File

@@ -80,9 +80,7 @@ func (self *UserServiceImpl) GetUserInfo(payload *UserInfoPayload) (result *User
HttpCode: 404,
Exception: exception,
},
Data: &UserInfoData{
AllowPublic: &userData.AllowPublic,
},
Data: nil,
}
return