Browse Source

短信 推送模板

master
huangjiajun 7 hours ago
parent
commit
629023eee8
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/model/aliyun_sms_notice.go
  2. +1
    -0
      src/model/jpush_notice.go

+ 1
- 0
src/model/aliyun_sms_notice.go View File

@@ -14,4 +14,5 @@ type AliyunSmsNotice struct {
Day int `json:"day" xorm:"comment('部分通知需要时间') INT(11)"` Day int `json:"day" xorm:"comment('部分通知需要时间') INT(11)"`
Type string `json:"type" xorm:"VARCHAR(255)"` Type string `json:"type" xorm:"VARCHAR(255)"`
NoticeDay int `json:"notice_day" xorm:"default 0 comment('部分通知需要时间 隔X小时通知') INT(11)"` NoticeDay int `json:"notice_day" xorm:"default 0 comment('部分通知需要时间 隔X小时通知') INT(11)"`
IsShow int `json:"is_show" xorm:"default 0 INT(1)"`
} }

+ 1
- 0
src/model/jpush_notice.go View File

@@ -14,4 +14,5 @@ type JpushNotice struct {
Day int `json:"day" xorm:"comment('部分通知需要时间 X小时') INT(11)"` Day int `json:"day" xorm:"comment('部分通知需要时间 X小时') INT(11)"`
Type string `json:"type" xorm:"VARCHAR(255)"` Type string `json:"type" xorm:"VARCHAR(255)"`
NoticeDay int `json:"notice_day" xorm:"default 0 comment('部分通知需要时间 隔X小时通知') INT(11)"` NoticeDay int `json:"notice_day" xorm:"default 0 comment('部分通知需要时间 隔X小时通知') INT(11)"`
IsShow int `json:"is_show" xorm:"default 0 INT(1)"`
} }

Loading…
Cancel
Save