zengh
2022-09-14 d79aeb1aefbeff017c27304750f62d629779ed0b
src/main/java/org/springblade/modules/mechanism/controller/MechanismController.java
@@ -102,14 +102,16 @@
      mechanism.setHeading("0");
      mechanism.setRoll("0");
      mechanism.setGd("0");
      String url = "http://192.168.0.115:8080/#/mobileLayout/default";
      //String url = "http://171.34.197.243:786/#/mobileLayout/default";
      String addressName = URLEncoder.encode(mechanism.getAddressName(), "UTF-8");
      //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 mechanismname = URLEncoder.encode(mechanism.getMechanismname(), "UTF-8");
      String address = URLEncoder.encode(mechanism.getAddress(), "UTF-8");
      String telephone = URLEncoder.encode(mechanism.getTelephone(), "UTF-8");
      String introduce = URLEncoder.encode(mechanism.getIntroduce(), "UTF-8");
      String jd = URLEncoder.encode(mechanism.getJd(), "UTF-8");
      String x = URLEncoder.encode(mechanism.getX(), "UTF-8");
      String wd = URLEncoder.encode(mechanism.getWd(), "UTF-8");
      String gd = URLEncoder.encode(mechanism.getGd(), "UTF-8");
      String tpurl = URLEncoder.encode(mechanism.getTpurl(), "UTF-8");
@@ -126,6 +128,7 @@
         "&telephone=" + telephone +
         "&introduce=" + introduce +
         "&jd=" + jd +
         "&x=" + x +
         "&wd=" + wd +
         "&gd=" + gd +
         "&tpurl=" + tpurl +
@@ -137,6 +140,7 @@
         "&heading=" + heading +
         "&pitch=" + pitch +
         "&roll=" + roll +
         "&addressName=" + addressName +
         "&videourl=" + videourl;
      //生成标注二维码
      byte[] qrCodeImage = QRCodeUtil.getQRCodeImage(content, 350, 350);