|
|
|
@@ -112,7 +112,7 @@ public class BillNotificationSchedule { |
|
|
|
|
|
|
|
WxMsgRecord wxMsgRecord = new WxMsgRecord(); |
|
|
|
wxMsgRecord.setMsgType(EnumMsgRecordType.SMS.getCode()); |
|
|
|
wxMsgRecord.setModelType(EnumMsgModel.BILL_OWE.getCode()); |
|
|
|
wxMsgRecord.setModelType(EnumMsgModel.BILL_WAIT_PAY.getCode()); |
|
|
|
wxMsgRecord.setReceiver(phone); |
|
|
|
wxMsgRecord.setTenantId(tenantId); |
|
|
|
Map<String,String> map = new HashedMap(); |
|
|
|
|