Explorar el Código

通知模板

master
huangjiajun hace 1 semana
padre
commit
8ffcaa9a33
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/model/jpush_notice.go

+ 0
- 1
src/model/jpush_notice.go Ver fichero

@@ -14,7 +14,6 @@ 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)"`
JpushOpen int `json:"jpush_open" xorm:"default 0 INT(1)"`
SmsOpen int `json:"sms_open" xorm:"default 0 INT(1)"`
SmsCode string `json:"sms_code" xorm:"VARCHAR(255)"`


Cargando…
Cancelar
Guardar