xiaoyong931011
2021-03-19 31ba782e2e3f82a65bdf6cb1a2d6f0fba73f312d
src/main/java/com/xcong/excoin/modules/activity/controller/ActivityController.java
@@ -6,6 +6,8 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import com.xcong.excoin.common.annotations.SubmitRepeat;
import com.xcong.excoin.common.response.Result;
import com.xcong.excoin.modules.activity.service.ActivityService;
import com.xcong.excoin.modules.activity.vo.ActivityMainDetailVo;
@@ -52,6 +54,7 @@
   /**
    * 点击领取
    */
   @SubmitRepeat
   @ApiOperation(value="点击领取", notes="点击领取")
   @GetMapping(value = "/clinkReceive")
   public Result  clinkReceive(@ApiParam(name = "subId", value = "活动规则ID", example = "1")