|
|
|
@@ -497,7 +497,7 @@ public class WxCouponSendServiceImpl implements WxCouponSendService { |
|
|
|
map.put("thing1",send.getTitle()); |
|
|
|
map.put("time3",dateFormat.format(couponOrder.getCreateDate())); |
|
|
|
map.put("time4",dateFormat.format(couponOrder.getExpiredTime())); |
|
|
|
map.put("thing5","你的优惠卷已到账!请立即使用"); |
|
|
|
map.put("thing5","你的优惠券已到账!请立即使用"); |
|
|
|
map.put("goToPage","pages/index/index?type=mc"); |
|
|
|
msg.setMsg(JSONObject.toJSONString(map)); |
|
|
|
wxMsgService.batchSendAppinfo(msg); |
|
|
|
|