|
package apollostruct
|
|
|
|
type NotifTemplateCfg struct {
|
|
Title string `json:"title"`
|
|
NotifTemplate string `json:"notif_template"`
|
|
NType int64 `json:"n_type"`
|
|
LinkTextTemplate string `json:"link_text_template"`
|
|
FrontendRouteId int64 `json:"frontend_route_id"`
|
|
}
|