媒介可以设置发送频率/消息接收人可以设置接收消息时间段

This commit is contained in:
GoEdgeLab
2021-08-24 17:46:48 +08:00
parent dea628ca09
commit 2989c877f5
11 changed files with 327 additions and 222 deletions

View File

@@ -570,7 +570,7 @@ func (x *FindEnabledMessageTaskResponse) GetMessageTask() *MessageTask {
return nil
}
// 计算正在发送的消息任务数量
// 计算某个状态的消息任务数量
type CountMessageTasksWithStatusRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -618,7 +618,7 @@ func (x *CountMessageTasksWithStatusRequest) GetStatus() CountMessageTasksWithSt
return CountMessageTasksWithStatusRequest_MessageTaskStatusNone
}
// 列出单页正在发送的消息任务
// 根据状态列出某页任务
type ListMessageTasksWithStatusRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache