Commit 5d55210d by baihe

updated

parent 8a72b6e9
......@@ -265,7 +265,7 @@ public class RefundServiceImpl implements RefundService {
paramMap.put("appUrl", appUrlProperties.getTransDetail() + e.getTransNo());
studioMsgRpcService.sendMessageBatch(record.getBrandId(), record.getStudioId(), bizType,
Lists.newArrayList(MsgChannelEnum.SMS), ReceiveTypeEnum.ADMIN, targetIds, paramMap, new HashMap<>(), null
Lists.newArrayList(MsgChannelEnum.APP_PUSH), ReceiveTypeEnum.ADMIN, targetIds, paramMap, new HashMap<>(), null
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment