| | |
| | | mechanism.setHeading("0"); |
| | | mechanism.setRoll("0"); |
| | | mechanism.setGd("0"); |
| | | String addressName = URLEncoder.encode(mechanism.getAddressName(), "UTF-8"); |
| | | 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"); |
| | |
| | | "&heading=" + heading + |
| | | "&pitch=" + pitch + |
| | | "&roll=" + roll + |
| | | "&addressName=" + addressName + |
| | | "&videourl=" + videourl; |
| | | //生成标注二维码 |
| | | byte[] qrCodeImage = QRCodeUtil.getQRCodeImage(content, 350, 350); |