添加项目文件。
This commit is contained in:
10
message/Tnb.Message.Interfaces/ISendMessageService.cs
Normal file
10
message/Tnb.Message.Interfaces/ISendMessageService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using JNPF.Common.Dtos.Message;
|
||||
|
||||
namespace JNPF.Message.Interfaces.Message;
|
||||
|
||||
public interface ISendMessageService
|
||||
{
|
||||
Task<string> SendMessage(MessageSendModel messageSendModel, Dictionary<string, object> bodyDic);
|
||||
|
||||
Task SendMessageDefult(string enCode, List<string> toUser, string taskName, Dictionary<string, object> bodyDic);
|
||||
}
|
||||
Reference in New Issue
Block a user