feat: add configuration handler for AliYun SMS signature and template ID

This commit is contained in:
RockYang
2023-10-08 12:01:09 +08:00
parent 96c62619e6
commit 5fdff90a10
2 changed files with 7 additions and 5 deletions

View File

@@ -52,6 +52,8 @@ type AliYunSmsConfig struct {
AccessSecret string
Product string
Domain string
Sign string // 短信签名
CodeTempId string // 验证码短信模板 ID
}
type RedisConfig struct {