Add user get other info api

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-31 00:24:26 +08:00
parent c9775bcd8b
commit 8938fa052b
4 changed files with 84 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ func (self *UserHandler) Info(c *gin.Context) {
UserInfoPayload := &service_user.UserInfoPayload{
Context: c,
UserId: userId,
IsOther: false,
Data: nil,
}