|
@@ -20,7 +20,7 @@ const (
|
|
|
|
|
|
type OwnerMonitorInfo struct {
|
|
type OwnerMonitorInfo struct {
|
|
*UserInfo
|
|
*UserInfo
|
|
- OwnerMonitor []*OwnerMonitor //关注
|
|
|
|
|
|
+ OwnerMonitors []*OwnerMonitor //关注
|
|
}
|
|
}
|
|
|
|
|
|
//
|
|
//
|
|
@@ -109,6 +109,9 @@ func Match(msl *Mysql, mgoMain, mgoLog *MongodbSim, ui *UserInfo, sl *SortList,
|
|
"timestamp": time.Now().Unix(),
|
|
"timestamp": time.Now().Unix(),
|
|
"times": v.PushSet.OwnerMonitor.Times,
|
|
"times": v.PushSet.OwnerMonitor.Times,
|
|
"ratemode": v.PushSet.OwnerMonitor.RateMode,
|
|
"ratemode": v.PushSet.OwnerMonitor.RateMode,
|
|
|
|
+ "vipstatus": v.VipStatus,
|
|
|
|
+ "memberstatus": v.MemberStatus,
|
|
|
|
+ "nichestatus": v.NicheStatus,
|
|
})
|
|
})
|
|
})
|
|
})
|
|
}
|
|
}
|