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