This commit is contained in:
ziming 2025-07-02 10:58:07 +08:00
parent f18d07b003
commit cb6a810977
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func NewSmsMixRepoImpl(bc *conf.Bootstrap) (mixrepos.SmsMixRepo, error) {
AccessKeySecret: bc.AliYunSms.AccessKeySecret,
Endpoint: bc.AliYunSms.Endpoint,
SignName: bc.AliYunSms.SignName,
RetryTimes: 0,
RetryTimes: 1,
Timeout: 15,
}