service/apollostruct/notif_template.go

8 lines
198 B
Go
Raw Normal View History

2024-11-01 15:35:45 +08:00
package apollostruct
type NotifTemplateCfg struct {
NotifTemplate string `json:"notif_template"`
NType int64 `json:"n_type"`
2024-11-04 18:26:51 +08:00
LinkTextTemplate string `json:"link_text_template"`
2024-11-01 15:35:45 +08:00
}