修改文字提示
This commit is contained in:
@@ -91,7 +91,7 @@ public class AppCashController {
|
|||||||
CommonInfo info = commonInfoService.findOne(928);
|
CommonInfo info = commonInfoService.findOne(928);
|
||||||
if ("1".equals(info.getValue())) {
|
if ("1".equals(info.getValue())) {
|
||||||
redisUtils.delete(lockKey);
|
redisUtils.delete(lockKey);
|
||||||
return Result.error("您未观看激励广告,清先观看");
|
return Result.error("您未观看激励广告,请先观看");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
redisUtils.set(intervalKey, true, 30);
|
redisUtils.set(intervalKey, true, 30);
|
||||||
|
|||||||
Reference in New Issue
Block a user