Просмотр исходного кода

[系统发卡][修改][短信数据]

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
e66dc5c51d
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponPresentServiceImpl.java

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

@@ -134,7 +134,7 @@ public class WxCouponPresentServiceImpl implements WxCouponPresentService {
msgReplaceMap.put("id", id); msgReplaceMap.put("id", id);
msgReplaceMap.put("app", appName); msgReplaceMap.put("app", appName);
msgReplaceMap.put("money", money); msgReplaceMap.put("money", money);
msgReplaceMap.put("password", password);
msgReplaceMap.put("pw", password);
WxMsgRecord wxMsgRecord = new WxMsgRecord(); WxMsgRecord wxMsgRecord = new WxMsgRecord();
wxMsgRecord.setMsgType(EnumMsgRecordType.SMS.getCode()); wxMsgRecord.setMsgType(EnumMsgRecordType.SMS.getCode());
wxMsgRecord.setModelType(EnumMsgModel.COUPON_CARD_SEND.getCode()); wxMsgRecord.setModelType(EnumMsgModel.COUPON_CARD_SEND.getCode());


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