This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_models
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
推送
master
huangjiajun
1 week ago
parent
67d6e7765c
commit
a1f0ce782d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)"`
}
Write
Preview
Loading…
Cancel
Save