|
@ -69,7 +69,7 @@ public class WlyyIotLoginEndpoint {
|
|
|
|
|
|
if (result.equals("success")) {
|
|
|
Captcha _captcha = new Captcha();
|
|
|
_captcha.setCode(captcha);
|
|
|
// _captcha.setCode(captcha);
|
|
|
_captcha.setExpiresIn(300);
|
|
|
wlyyRedisVerifyCodeService.store(client_id, mobile, captcha, 300);
|
|
|
|