feat(app): update
This commit is contained in:
@ -13,7 +13,7 @@ import (
|
||||
sms "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms/v20210111" // 引入sms
|
||||
)
|
||||
|
||||
func _SmsFullContent(template string, param []interface{}) string {
|
||||
func _SmsFullContent(template string, param []any) string {
|
||||
var smsTemplateContentMap = map[string]string{
|
||||
viper.GetString("tencent.smsTemplateCode"): "验证码为:{1},您正在登录,若非本人操作,请勿泄露。",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user