parent
4c83705ab1
commit
c350486773
|
|
@ -87,7 +87,7 @@ public class TokenController {
|
|||
return R.ok(tokenService.createToken(userInfo));
|
||||
}
|
||||
|
||||
//@PostMapping("sendCode")
|
||||
@PostMapping("sendCode")
|
||||
public R<?> sendCode(@RequestBody LoginBody form) {
|
||||
String uuid = form.getUuid();
|
||||
String captcha = redisService.getCacheObject(CacheConstants.CAPTCHA_CODE_KEY + uuid).toString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue