Browse Source

推送

master
huangjiajun 1 week ago
parent
commit
a1f0ce782d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/model/aliyun_sms_record.go

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

@@ -22,4 +22,5 @@ type AliyunSmsRecord struct {
Phone string `json:"phone" xorm:"TEXT"`
IsRun int `json:"is_run" xorm:"default 0 INT(1)"`
TagId string `json:"tag_id" xorm:"TEXT"`
SmsCode string `json:"sms_code" xorm:"VARCHAR(255)"`
}

Loading…
Cancel
Save