lyhzzz 1 день назад
Родитель
Сommit
7fa4c60424
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/com/fdkankan/ucenter/service/impl/LoginService.java

+ 2 - 2
src/main/java/com/fdkankan/ucenter/service/impl/LoginService.java

@@ -209,9 +209,9 @@ public class LoginService {
 //        if(!file.exists()){
 //            fYunFileServiceInterface.downloadFile(QrCodeFilePath.LOGO_IMAGE_OSS,QrCodeFilePath.LOGO_IMAGE_LOCAL);
 //        }
-        //MatrixToImageWriterUtil.createQRCode(NacosProperty.getMainUrl() + "app/index.html?m="+uuid, filePath,true,QrCodeFilePath.LOGO_IMAGE_LOCAL);
+//        MatrixToImageWriterUtil.createQRCode(NacosProperty.getMainUrl() + "app/index.html?m="+uuid, filePath,true,QrCodeFilePath.LOGO_IMAGE_LOCAL);
         JSONObject json = new JSONObject();
-      //  json.put("url", filePath.replace(ConstantFilePath.BASE_PATH, ""));
+//       json.put("url", filePath.replace(ConstantFilePath.BASE_PATH, ""));
         json.put("uuid", uuid);
         redisUtil.set(RedisKeyUtil.QRCODE+uuid,uuid,5*60);
         return json;