|
|
@ -135,8 +135,8 @@ public class ScreenService implements IScreenService { |
|
|
|
//生成二维码
|
|
|
|
String fileName = "/gameQrCode/" + DateUtil.today() + "/" + System.currentTimeMillis() + ".png"; |
|
|
|
String path = WebConstant.UPLOAD_PATH_BASE + fileName; |
|
|
|
// WxXcxUtil.getWxCode(WebConstant.QRCODE_GAME, "id=" + gameRecord.getId() + "&type=" + gameType.getCode(), null, path, gameType.getCode());
|
|
|
|
WxXcxUtil.getWxCodeC(WebConstant.QRCODE_GAME+"?id=" + gameRecord.getId() + "&type=" + gameType.getCode(), path, gameType.getCode()); |
|
|
|
WxXcxUtil.getWxCode(WebConstant.QRCODE_GAME, "id=" + gameRecord.getId() + "&type=" + gameType.getCode(), null, path, gameType.getCode()); |
|
|
|
// WxXcxUtil.getWxCodeC(WebConstant.QRCODE_GAME+"?id=" + gameRecord.getId() + "&type=" + gameType.getCode(), path, gameType.getCode());
|
|
|
|
|
|
|
|
gameRecord.setQrCodeUrl(PropUtil.qrCode + fileName); |
|
|
|
log.info("调用微信生成二维码"); |
|
|
|