|
@@ -67,14 +67,15 @@ func (ar *AnalysisRes) UpdateTag(ctx context.Context) {
|
|
|
|
|
|
func NewManager() *UserAnalysis {
|
|
func NewManager() *UserAnalysis {
|
|
return &UserAnalysis{
|
|
return &UserAnalysis{
|
|
- UserMapping: map[string]BaseUserId{},
|
|
|
|
- BinPhone: map[BaseUserId]bool{},
|
|
|
|
- BindMail: map[BaseUserId]bool{},
|
|
|
|
- Vip: map[BaseUserId]bool{},
|
|
|
|
- Vip15: map[BaseUserId]bool{},
|
|
|
|
- Vip30: map[BaseUserId]bool{},
|
|
|
|
- Member: map[BaseUserId]bool{},
|
|
|
|
- MemberExpire: map[BaseUserId]bool{},
|
|
|
|
|
|
+ UserMapping: map[string]BaseUserId{},
|
|
|
|
+ EntUserIdMapping: map[int64]BaseUserId{},
|
|
|
|
+ BinPhone: map[BaseUserId]bool{},
|
|
|
|
+ BindMail: map[BaseUserId]bool{},
|
|
|
|
+ Vip: map[BaseUserId]bool{},
|
|
|
|
+ Vip15: map[BaseUserId]bool{},
|
|
|
|
+ Vip30: map[BaseUserId]bool{},
|
|
|
|
+ Member: map[BaseUserId]bool{},
|
|
|
|
+ MemberExpire: map[BaseUserId]bool{},
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|