修改配置

This commit is contained in:
Yun
2024-11-15 19:01:25 +08:00
parent 9ad229dbb7
commit 99b14767c9
10 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package entity
package consts
// 第三方平台
type Platform3rdType string
+1 -1
View File
@@ -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
View File
@@ -1,4 +1,4 @@
package entity
package consts
type SmsTemplate struct {