Merge pull request '1' (#186) from BUG-20240316-0001-Robin into main

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/186
This commit is contained in:
chenhao 2024-03-17 00:31:13 +08:00
commit 0107f8f417
1 changed files with 3 additions and 0 deletions

View File

@ -1130,6 +1130,9 @@ func (s *Service) ApiGetStreamerExtListFuzzilyByUserId(ctx *gin.Context, req *st
}
logger.Info("length of account_list : %v", len(accountList))
for _, item := range accountList {
logger.Info("user_id_string : %v", util.DerefString(item.UserIdString))
}
//2.将accountlist扩张为StreamerExts
streamerExts := make([]streamerproto.StreamerExtVO, len(accountList))