msg_type.md 2.2 KB

消息推送服务类型设置接口

path

sys_name varchar(64) 系统名称
pasture_id int(11) 牧场id
service_id int(11) 服务id
type_name varchar(64) 消息类型名
template_id varchar(64) 模板id
roles_id varchar(64) 角色id
users_id varchar(64) 用户id
status int(11) 是否启用

dynamic params

  • 立即
remind_type varchar(64) 发送方式
cycle_type int(11) 发送机制
push_limit int(11) 推送次数
interval_time int(11) 发送间隔时间
  • 延时
remind_type int(11) 发送方式
delay_time int(11) 延时时间
push_time varchar(64) 推送时间
cycle_type int(11) 发送机制
push_limit int(11) 推送次数
interval_time int(11) 发送间隔时间
  • 指定周期
remind_type nt(11) 发送方式
cycle_type in(11) 发送机制
date_type int(11) 周期类型
push_date int(11) 推送日期
push_time varchar(64) 推送时间

SysName string json:"sys_name"

PastureId    int64  `json:"pasture_id"`
ServiceId    int64  `json:"service_id"`
TypeName     string `json:"type_name"`
RemindType   int64  `json:"remind_type"`
PushDate     int64  `json:"push_date"`
PushTime     string `json:"push_time"`
IntervalTime int64  `json:"interval_time"`
PushLimit    int64  `json:"push_limit"`
TemplateId   string `json:"template_id"`
DateType     int64  `json:"date_type"`
CycleType    int64  `json:"cycle_type"`
DelayTime    int64  `json:"delay_time"`