对限流暂时关闭

This commit is contained in:
Chopper 2022-01-10 17:10:19 +08:00
parent 7a8dd54e5c
commit 366d1b8846
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ public class SliderImageController {
}
@LimitPoint(name = "slider_image", key = "verification_pre_check", limit = 600)
// @LimitPoint(name = "slider_image", key = "verification_pre_check", limit = 600)
@PostMapping("/{verificationEnums}")
@ApiOperation(value = "验证码预校验")
public ResultMessage verificationImage(Integer xPos, @RequestHeader String uuid, @PathVariable VerificationEnums verificationEnums) {

View File

@ -30,7 +30,7 @@ public class SmsController {
@Autowired
private VerificationService verificationService;
@LimitPoint(name = "sms_send", key = "sms")
// @LimitPoint(name = "sms_send", key = "sms")
@ApiImplicitParams({
@ApiImplicitParam(paramType = "path", dataType = "String", name = "mobile", value = "手机号"),
@ApiImplicitParam(paramType = "header", dataType = "String", name = "uuid", value = "uuid"),