| | |
| | | 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 = "http://171.34.197.243:786/#/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"); |
| | |
| | | "&heading=" + heading + |
| | | "&pitch=" + pitch + |
| | | "&roll=" + roll + |
| | | "&panoramaurl=" + panoramaurl + |
| | | "&panoramaurl=" + panoramaurl + "&addressName=" + addressName + |
| | | "&videourl=" + videourl; |
| | | //生成标注二维码 |
| | | byte[] qrCodeImage = QRCodeUtil.getQRCodeImage(content, 350, 350); |