Commit 299714a9 authored by shiyu's avatar shiyu

扫二维码跳转页面

parent e90610c8
......@@ -75,7 +75,7 @@ public class ItemTagQrCodeServiceImpl implements ItemTagQrCodeService {
itemTagQrCode.setCategoryName(category.getName());
itemTagQrCode.setCreateTime(now);
//获取页面短链
String url = wxAppletApi.getUrlLink("/pages/detail/index", "code=" + code);
String url = wxAppletApi.getUrlLink("/pages/blindBoxDetail/index", "code=" + code);
String qrCode = QRCodeUtil.createCodeToBase64(url);
String keyName = CommConsts.UPLOAD_PRE_DIRECTORY + code;
String qrCodeUrl = qiniuStorage.storeItemQrcodeBase64Str(qrCode.trim(), keyName);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment