|
@@ -7,6 +7,7 @@ import com.anji.captcha.model.vo.CaptchaVO;
|
|
|
import com.anji.captcha.util.StringUtils;
|
|
|
import com.xy.error.CommRuntimeException;
|
|
|
import com.xy.service.CaptchaService;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import org.springframework.stereotype.Service;
|
|
@@ -20,7 +21,7 @@ import javax.servlet.http.HttpServletRequest;
|
|
|
* @author 谭斌
|
|
|
* @date 2022/12/15 14:10
|
|
|
*/
|
|
|
-
|
|
|
+@Api(tags = "滑块验证码操作")
|
|
|
@Service
|
|
|
@RequiredArgsConstructor
|
|
|
public class CaptchaServiceImpl implements CaptchaService {
|