...
|
...
|
@@ -198,6 +198,7 @@ public class GrassRewardsServiceImpl implements IGrassRewardsService { |
|
|
if(req.getType() == 3){
|
|
|
req.setMaxTime(1);
|
|
|
req.setRewardInterval(0);
|
|
|
req.setAllTopic(0);
|
|
|
}
|
|
|
if(req.getNum() == null){
|
|
|
throw new PlatformException("reward num is null ", 405);
|
...
|
...
|
|