|
@@ -502,7 +502,7 @@ public class AdminMachineController {
|
|
|
num = String.valueOf(machineNumber);
|
|
|
break;
|
|
|
}
|
|
|
- String json = String.format(NameUtils.QR_LIMIT_STR_SCENE, ResultInfo.barCodePrefix + berQrcode);
|
|
|
+ String json = String.format(NameUtils.QR_LIMIT_STR_SCENE, ResultInfo.barCodePrefix + berQrcode + num);
|
|
|
QRCJson qrc = WeixinUtil.createQrcodeByWechatMp(json,wechatMp.getWechatMpAppid(),wechatMp.getWechatMpAppsecret(),wechatMp.getWechatMpPubno());
|
|
|
PtsMachine ptsMachine = new PtsMachine();
|
|
|
ptsMachine.setMachineQrcode(qrc.getUrl());//二维码
|
|
@@ -657,7 +657,7 @@ public class AdminMachineController {
|
|
|
num = String.valueOf(machineNumber);
|
|
|
break;
|
|
|
}
|
|
|
- String json = String.format(NameUtils.QR_LIMIT_STR_SCENE, ResultInfo.barCodePrefix + berQrcode);
|
|
|
+ String json = String.format(NameUtils.QR_LIMIT_STR_SCENE, ResultInfo.barCodePrefix + berQrcode + num);
|
|
|
QRCJson qrc = WeixinUtil.createQrcodeByWechatMp(json,wechatMp.getWechatMpAppid(),wechatMp.getWechatMpAppsecret(),wechatMp.getWechatMpPubno());
|
|
|
PtsMachine ptsMachine = new PtsMachine();
|
|
|
ptsMachine.setMachineQrcode(qrc.getUrl());//二维码
|