浏览代码

短信 推送模板

master
huangjiajun 7 小时前
父节点
当前提交
629023eee8
共有 2 个文件被更改,包括 2 次插入0 次删除
  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 查看文件

@@ -14,4 +14,5 @@ type AliyunSmsNotice struct {
Day int `json:"day" xorm:"comment('部分通知需要时间') INT(11)"`
Type string `json:"type" xorm:"VARCHAR(255)"`
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 查看文件

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

正在加载...
取消
保存