uniapp广告完播规则修改
This commit is contained in:
@@ -338,7 +338,7 @@ public class RedisServiceImpl implements RedisService {
|
|||||||
@Override
|
@Override
|
||||||
public void setCanCashFlag(Long userId, Long id) {
|
public void setCanCashFlag(Long userId, Long id) {
|
||||||
String key = "cash:canCash:" + userId;
|
String key = "cash:canCash:" + userId;
|
||||||
redisUtils.set(key, id, 30);
|
redisUtils.set(key, id, 300);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user