修改配置
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package entity
|
||||
package consts
|
||||
|
||||
// 第三方平台
|
||||
type Platform3rdType string
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package entity
|
||||
package consts
|
||||
|
||||
type SmsConfig struct {
|
||||
SmsType Platform3rdType `json:"sms_type" gorm:"column:sms_type;not null;comment:短信类型(ali.阿里云 tencent.腾讯云 smsbao.短信宝)"`
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package entity
|
||||
package consts
|
||||
|
||||
|
||||
type SmsTemplate struct {
|
||||
|
||||
Reference in New Issue
Block a user