service/apollostruct/notif_template.go

9 lines
239 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"`
LinkTextTemplate string `json:"link_text_template"`
Action string `json:"string"`
}