xhxu 4 лет назад
Родитель
Сommit
c11c8701a2
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java Просмотреть файл

@@ -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);


Загрузка…
Отмена
Сохранить