Преглед изворни кода

//add msg

release_toaliyun_real
xhxu пре 4 година
родитељ
комит
f31b2658d3
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java Прегледај датотеку

@@ -1879,14 +1879,14 @@ public class WxOrderServiceImpl implements WxOrderService {
// 发送短信 // 发送短信
if(EnumPayWay.PAY_WAY_TT.getCode().equals(order.getPayVendor())){ if(EnumPayWay.PAY_WAY_TT.getCode().equals(order.getPayVendor())){
logger.info("订单成功短信通知start"); logger.info("订单成功短信通知start");
// WxAppinfo cAppInfo = wxAppinfoService.getCAppInfo(order, EnumPayWay.PAY_WAY_TT.getPlat());
WxAppinfo cAppInfo = wxAppinfoService.getCAppInfo(order, EnumPayWay.PAY_WAY_TT.getPlat());
//券名 //券名
String name = coupon.getTitle(); String name = coupon.getTitle();
//找出用户手机号 //找出用户手机号
String phone = user.getPhone(); String phone = user.getPhone();
Map<String, String> msgReplaceMap = new HashMap(); Map<String, String> msgReplaceMap = new HashMap();
msgReplaceMap.put("name", name); msgReplaceMap.put("name", name);
// msgReplaceMap.put("sortUrl",cAppInfo.getSortUrl());
msgReplaceMap.put("sortUrl",cAppInfo.getSortUrl());


WxMsgRecord wxMsgRecord = new WxMsgRecord(); WxMsgRecord wxMsgRecord = new WxMsgRecord();
wxMsgRecord.updateTenantInfo(order); wxMsgRecord.updateTenantInfo(order);


Loading…
Откажи
Сачувај