增加忽略相似消息周期设置

This commit is contained in:
GoEdgeLab
2021-08-24 20:45:12 +08:00
parent bb00f6d441
commit 60f23bfacd
6 changed files with 67 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ type MessageMediaInstance struct {
Description string `field:"description"` // 备注
Rate string `field:"rate"` // 发送频率
State uint8 `field:"state"` // 状态
HashLife int32 `field:"hashLife"` // HASH有效期
}
type MessageMediaInstanceOperator struct {
@@ -21,6 +22,7 @@ type MessageMediaInstanceOperator struct {
Description interface{} // 备注
Rate interface{} // 发送频率
State interface{} // 状态
HashLife interface{} // HASH有效期
}
func NewMessageMediaInstanceOperator() *MessageMediaInstanceOperator {