Commit 90f69fcc by 程裕兵

feat: pay success message mipush -> sms

parent bca6f10d
......@@ -244,7 +244,7 @@ public class PayServiceImpl implements PayService {
}).collect(Collectors.toList());
SendCommonMsgEvent event = new SendCommonMsgEvent();
event.setChannelEnums(Lists.newArrayList(MsgChannelEnum.APP_PUSH));
event.setChannelEnums(Lists.newArrayList(MsgChannelEnum.SMS));
event.setCovertTarget(true);
event.setEventId(IdWorker.getId());
event.setSourceId(studioId);
......
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