|
|
|
@@ -259,7 +259,7 @@ public class WxCouponSendServiceImpl implements WxCouponSendService { |
|
|
|
private void sendMsgForSendCoupon(String tenantId, WxCouponSend send, WxCouponOrder couponOrder, WxCUser user) { |
|
|
|
// 发送 公众号 模板消息 |
|
|
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); |
|
|
|
String gotopage = "pages/couponorder/index/index"; |
|
|
|
String gotopage = "pages/index/index?type=mc"; |
|
|
|
// 7. 公众号消息 |
|
|
|
if(StringUtils.isNotBlank(user.getMpAppId()) && |
|
|
|
StringUtils.isNotBlank(user.getMpOpenId()) && |
|
|
|
|