|
|
@@ -3061,7 +3061,7 @@ static int theLikeComboNum = 0;
|
|
|
MORtmFastGive *fastGiveModel = jsonEntity.fastGive;
|
|
|
|
|
|
//停留时长小于60秒 || 没有过有效互动行为 || 产生打赏行为,不加入队列
|
|
|
- if (self.stayTime < 60 || !self.haveInteraction || self.haveSendGift) {
|
|
|
+ if (self.stayTime < 10 || !self.haveInteraction || self.haveSendGift) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -3197,11 +3197,11 @@ static int theLikeComboNum = 0;
|
|
|
//不符合条件,不加入队列
|
|
|
if (followGiveModel.type == 1 || followGiveModel.type == 2) {//条件1,条件2场景
|
|
|
//停留时长小于60秒 || 没有过有效互动行为 || 产生打赏行为
|
|
|
- if (self.stayTime < 180 || !self.haveInteraction || self.haveSendGift) {
|
|
|
+ if (self.stayTime < 10 || !self.haveInteraction || self.haveSendGift) {
|
|
|
return;
|
|
|
}
|
|
|
} else if (followGiveModel.type == 3) {//条件3场景
|
|
|
- if (self.stayTime < 300 || !self.haveInteraction || self.haveSendGift) {
|
|
|
+ if (self.stayTime < 10 || !self.haveInteraction || self.haveSendGift) {
|
|
|
return;
|
|
|
}
|
|
|
}
|