1. 初始化

This commit is contained in:
zhaowenyuan 2024-05-06 10:50:12 +08:00
parent b7c3fc5035
commit a5945b24e1
2 changed files with 5 additions and 2 deletions

View File

@ -1,13 +1,14 @@
package com.chushang.gateway.service.impl; package com.chushang.gateway.service.impl;
import cn.hutool.core.codec.Base64; import cn.hutool.core.codec.Base64;
import com.chushang.gateway.service.ValidateCodeService;
import com.google.code.kaptcha.Producer;
import com.chushang.common.core.constant.Constants; import com.chushang.common.core.constant.Constants;
import com.chushang.common.core.exception.ResultException; import com.chushang.common.core.exception.ResultException;
import com.chushang.common.core.util.IdUtils;
import com.chushang.common.core.util.StringUtils; import com.chushang.common.core.util.StringUtils;
import com.chushang.common.core.web.AjaxResult; import com.chushang.common.core.web.AjaxResult;
import com.chushang.gateway.config.properties.CaptchaProperties; import com.chushang.gateway.config.properties.CaptchaProperties;
import com.chushang.gateway.service.ValidateCodeService;
import com.google.code.kaptcha.Producer;
import lombok.SneakyThrows; import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.redisson.api.RBucket; import org.redisson.api.RBucket;

View File

@ -1,5 +1,7 @@
package com.chushang.oss.service; package com.chushang.oss.service;
import com.chushang.common.core.util.IdUtils;
import java.io.InputStream; import java.io.InputStream;
import java.util.List; import java.util.List;