|
@@ -283,7 +283,7 @@ public class MiniAppServiceImpl implements IMiniAppService {
|
283
|
283
|
String messageType = null == tpl ? CommConstant.MESSAGE_TYPE_OF_SMS :
|
284
|
284
|
isSubscribe ? CommConstant.MESSAGE_TYPE_OF_MINIAPP_SUBSCRIBE : CommConstant.MESSAGE_TYPE_OF_MINIAPP_TEMPLATE;
|
285
|
285
|
if (isSubscribe) {
|
286
|
|
- String[] data = new String[]{name, result, programName, failReason, DateUtils.cutSecond(dt)};
|
|
286
|
+ String[] data = new String[]{name, result, programName, remark, failReason, DateUtils.cutSecond(dt)};
|
287
|
287
|
sendSubscribeMessage(tpl, toUser, link, data);
|
288
|
288
|
}
|
289
|
289
|
|