dev
wxy 2024-05-17 16:17:21 +08:00
parent 5383fa30cb
commit d2418e9ea3
1 changed files with 0 additions and 6 deletions

View File

@ -17,18 +17,12 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.RequestBody;
import javax.servlet.http.HttpServletRequest;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import java.util.UUID;
import java.util.concurrent.TimeUnit;
/**
* @Author: wangxinyuan
* @Date: 2024/4/15 10:51
*/
@Service
public class AuthServiceImpl implements AuthService {