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:
commit
2978432789
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue