Merge pull request '1' (#625) from feat-IRONFANS-148-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/625
This commit is contained in:
chenhao 2024-07-17 18:32:31 +08:00
commit 2978432789
1 changed files with 1 additions and 0 deletions

View File

@ -2223,6 +2223,7 @@ func (s *Service) OpApproveStreamerAuthApprovalDetails(ctx *gin.Context, req *st
for _, streamerAuthApprovalDetails := range list {
streamer := &dbstruct.Streamer{
Mid: streamerAuthApprovalDetails.Mid,
Bio: streamerAuthApprovalDetails.Bio,
Gender: streamerAuthApprovalDetails.Gender,
Fans: streamerAuthApprovalDetails.Fans,
Cover: streamerAuthApprovalDetails.Cover,