|
@@ -191,7 +191,7 @@ public class MiniAppServiceImpl implements IMiniAppService {
|
191
|
191
|
} else {
|
192
|
192
|
|
193
|
193
|
if (isSubscribe) {
|
194
|
|
- String[] data = new String[] { activityName, result };
|
|
194
|
+ String[] data = new String[] { activityName, result, DateUtils.cutSecond(dt)};
|
195
|
195
|
ResponseBean res = sendSubscribeMessage(tpl, toUser, link, data);
|
196
|
196
|
if (res.getCode() != ResponseBean.CODE_SUCCESS) {
|
197
|
197
|
// 使用短信发送
|
|
@@ -243,7 +243,7 @@ public class MiniAppServiceImpl implements IMiniAppService {
|
243
|
243
|
} else {
|
244
|
244
|
|
245
|
245
|
if (isSubscribe) {
|
246
|
|
- String[] data = new String[] { activityName, result };
|
|
246
|
+ String[] data = new String[] { activityName, result, DateUtils.cutSecond(dt) };
|
247
|
247
|
ResponseBean res = sendSubscribeMessage(tpl, toUser, link, data);
|
248
|
248
|
if (res.getCode() != ResponseBean.CODE_SUCCESS) {
|
249
|
249
|
// 使用短信发送
|