|
@@ -1,7 +1,6 @@
|
|
|
package cn.iocoder.yudao.module.system.api.notify;
|
|
|
|
|
|
import cn.iocoder.yudao.module.system.api.notify.dto.NotifySendSingleToUserReqDTO;
|
|
|
-import cn.iocoder.yudao.module.system.api.notify.dto.NotifyTemplateReqDTO;
|
|
|
import cn.iocoder.yudao.module.system.service.notify.NotifySendService;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
@@ -30,14 +29,4 @@ public class NotifyMessageSendApiImpl implements NotifyMessageSendApi {
|
|
|
reqDTO.getTemplateCode(), reqDTO.getTemplateParams());
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public boolean validateNotifyTemplate(String orderDelivery) {
|
|
|
- return false;
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public void createNotifyTemplate(NotifyTemplateReqDTO templateReqDTO) {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
}
|