|
@@ -23,7 +23,8 @@ public class LoginController extends BaseController {
|
|
|
|
|
|
@Autowired
|
|
|
LoginService loginService;
|
|
|
- https://zfb-4dkankan.oss-cn-shenzhen.aliyuncs.com/appData/THETAYP41169119.OSC_20240424064729
|
|
|
+ @Autowired
|
|
|
+ RedisUtil redisUtil;
|
|
|
@Value("${spring.profiles.active}")
|
|
|
private String environment;
|
|
|
@Value("${admin.register.validCode:2a22bac40f44af4d3b5fdc20ea706fc5}")
|