|
|
|
@@ -269,7 +269,7 @@ public class WxCampaignServiceImpl implements WxCampaignService { |
|
|
|
couponChannel.setId(wxCouponChannel.getId()); |
|
|
|
couponChannel.setType(wxCouponChannel.getType()); |
|
|
|
String param = couponChannel.getWeappScene(); |
|
|
|
ResultData resultDataQ = qrCodeService.exportQrcode(null,null,couponChannel.getTenantId(),1,pageUrl,param,0,"","","卷",true); |
|
|
|
ResultData resultDataQ = qrCodeService.exportQrcode(null,null,wxCoupon.getTenantId(),1,pageUrl,param,0,"","","卷",true); |
|
|
|
Map<String,String> map = (Map)resultDataQ.data; |
|
|
|
if(map!=null && map.get("url") !=null) { |
|
|
|
String url = map.get("url"); |
|
|
|
|