Browse Source

云打包

master
huangjiajun 3 days ago
parent
commit
7527f43404
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      src/model/cloud_bundle.go
  2. +3
    -0
      src/model/jpush_notice.go

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

@@ -22,4 +22,5 @@ type CloudBundle struct {
NewBit string `json:"new_bit" xorm:"VARCHAR(255)"`
IsAuditing int `json:"is_auditing" xorm:"default 0 INT(1)"`
AlipayAppletAppId string `json:"alipay_applet_app_id" xorm:"not null default '' comment('支付宝小程序appid') CHAR(50)"`
Platform string `json:"platform" xorm:"VARCHAR(255)"`
}

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

@@ -15,4 +15,7 @@ type JpushNotice struct {
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)"`
}

Loading…
Cancel
Save