diff --git a/api/user/other.go b/api/user/other.go index 39d25d7..bb6a563 100644 --- a/api/user/other.go +++ b/api/user/other.go @@ -82,7 +82,7 @@ func (self *UserHandler) Other(c *gin.Context) { } else if userIdFromUrl != userIdFromHeader { UserInfoPayload = &service_user.UserInfoPayload{ Context: c, - UserId: userIdFromHeader, + UserId: userIdFromUrl, IsOther: true, Data: nil, }