fix: 修复获取用户信息时数据复制错误
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -23,7 +23,7 @@ func (h Controller) GetUserSimInfo(data *user.SimUserInfoInboundInfo, player *pl
|
||||
if r == nil {
|
||||
return nil, errorcode.ErrorCode(errorcode.ErrorCodes.ErrSystemError)
|
||||
}
|
||||
copier.Copy(result, player.Service.Info.Person(data.UserId).Data)
|
||||
copier.Copy(result, r.Data)
|
||||
}
|
||||
|
||||
return result, 0
|
||||
|
||||
Reference in New Issue
Block a user