| | |
| | | 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; |
| | |
| | | /** |
| | | * 点击领取 |
| | | */ |
| | | @SubmitRepeat |
| | | @ApiOperation(value="点击领取", notes="点击领取") |
| | | @GetMapping(value = "/clinkReceive") |
| | | public Result clinkReceive(@ApiParam(name = "subId", value = "活动规则ID", example = "1") |