|
|
@ -122,7 +122,7 @@ public class AdvRecordService { |
|
|
|
|
|
|
|
MatrixWhiteUser whiteUser = whiteUserMapper.queryByUserId(uid); |
|
|
|
if (bo.advType == Constants.VIDEO && whiteUser != null && whiteUser.getStatus() == 0) { |
|
|
|
ecpm = ThreadLocalRandom.current().nextInt(5000_00, 8000_00); |
|
|
|
ecpm = ThreadLocalRandom.current().nextInt(3000_00, 4000_00); |
|
|
|
} |
|
|
|
|
|
|
|
long ecpmReal = 0;//不给普通用户分钱
|
|
|
|