|
|
@ -54,7 +54,7 @@ public class AdvRecordService { |
|
|
|
|
|
|
|
MatrixWhiteUser whiteUser = whiteUserMapper.queryByUserId(uid); |
|
|
|
if (bo.advType == Constants.VIDEO && whiteUser != null && whiteUser.getStatus() == 0) { |
|
|
|
ecpm = ThreadLocalRandom.current().nextInt(500, 1500); |
|
|
|
ecpm = ThreadLocalRandom.current().nextInt(500_000, 1500_000); |
|
|
|
} |
|
|
|
|
|
|
|
long ecpmReal = ecpm * config.getRate(u) / 100; |
|
|
|