|
|
@@ -634,7 +634,9 @@ func MyFansUserList(c *gin.Context) { |
|
|
|
var userRelatesUids []string |
|
|
|
var userSignInMap = map[int64]interface{}{} |
|
|
|
var results []map[string]string |
|
|
|
var inviteTotal int |
|
|
|
if userRelates != nil { |
|
|
|
inviteTotal = len(*userRelates) |
|
|
|
for _, userRelate := range *userRelates { |
|
|
|
userRelatesUids = append(userRelatesUids, utils.Int64ToStr(userRelate.Uid)) |
|
|
|
} |
|
|
@@ -685,7 +687,7 @@ func MyFansUserList(c *gin.Context) { |
|
|
|
} |
|
|
|
|
|
|
|
resp := md.MyFansUserListResp{ |
|
|
|
InviteTotal: len(*userRelates), |
|
|
|
InviteTotal: inviteTotal, |
|
|
|
ActivityUserNums: activityUserNums, |
|
|
|
List: data, |
|
|
|
} |
|
|
|