@@ -3317,7 +3317,7 @@ public class ApiController {
.getId();
Integer times = (Integer) redisTemplate.opsForValue().get(cacheKey);
if (null != times) {
- if (times++ >= 5) {
+ if (times++ >= 20) {
return "您当日转发的该文章次数已超过20次,转发将不再获得积分";
}
} else {