|
@@ -68,7 +68,11 @@ public class VerifyCodeServiceImpl implements VerifyCodeService {
|
|
|
final String cacheKeyVerifyCode = String.format(CACHE_KEY_VERIFY_CODE, rootOrgId, accountValue);
|
|
|
redisClient.set(cacheKeyVerifyCode, cacheBean, 60);// N秒
|
|
|
|
|
|
- return uuid + base64;
|
|
|
+ log.info(base64);
|
|
|
+ log.info("=========");
|
|
|
+ log.info(uuid + base64);
|
|
|
+
|
|
|
+ return base64;
|
|
|
}
|
|
|
|
|
|
/**
|