This commit is contained in:
Leufolium 2024-07-17 18:32:14 +08:00
parent 441433e65c
commit 7c24f50709
1 changed files with 1 additions and 0 deletions

View File

@ -2215,6 +2215,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,