zengh
2022-09-14 d79aeb1aefbeff017c27304750f62d629779ed0b
src/main/java/org/springblade/modules/architecture/controller/ArchitectureController.java
@@ -115,17 +115,18 @@
      architecture.setHeading("0");
      architecture.setRoll("0");
      architecture.setGd("0");
      String url = "http://192.168.0.115:8080/#/mobileLayout/default";
      //String url = "http://171.34.197.243:786/#/mobileLayout/default";
      //String url = "http://192.168.0.115:8080/#/mobileLayout/default";
      String url = "https://dev.jxpskj.com:8023/zhjg/#/mobileLayout/default";
      String gotos = URLEncoder.encode("arc", "UTF-8");
      String addressName = URLEncoder.encode(architecture.getAddressName(), "UTF-8");
      String mechanismname = URLEncoder.encode(architecture.getMechanismname(), "UTF-8");
      String address = null;
      if (architecture.getAddress() != null) {
         address = URLEncoder.encode(architecture.getAddress(), "UTF-8");
      }
      String telephone=null;
      String telephone = null;
      if (architecture.getTelephone() != null) {
          telephone = URLEncoder.encode(architecture.getTelephone(), "UTF-8");
         telephone = URLEncoder.encode(architecture.getTelephone(), "UTF-8");
      }
      String introduce = URLEncoder.encode(architecture.getIntroduce(), "UTF-8");
      String jd = URLEncoder.encode(architecture.getJd(), "UTF-8");
@@ -140,6 +141,7 @@
         websiteurl = URLEncoder.encode(architecture.getWebsiteurl(), "UTF-8");
      }
      String type = URLEncoder.encode(architecture.getType(), "UTF-8");
      String x = URLEncoder.encode(architecture.getX(), "UTF-8");
      String xtype = URLEncoder.encode(architecture.getCampus(), "UTF-8");
      String heading = URLEncoder.encode(architecture.getHeading(), "UTF-8");
      String pitch = URLEncoder.encode(architecture.getPitch(), "UTF-8");
@@ -156,6 +158,7 @@
         "&telephone=" + telephone +
         "&introduce=" + introduce +
         "&jd=" + jd +
         "&x=" + x +
         "&wd=" + wd +
         "&gd=" + gd +
         "&tpurl=" + tpurl +
@@ -165,7 +168,7 @@
         "&heading=" + heading +
         "&pitch=" + pitch +
         "&roll=" + roll +
         "&panoramaurl=" + panoramaurl +
         "&panoramaurl=" + panoramaurl + "&addressName=" + addressName +
         "&videourl=" + videourl;
      //生成标注二维码
      byte[] qrCodeImage = QRCodeUtil.getQRCodeImage(content, 350, 350);