6
0
Fork 0

修改阿里云短信通用模板

release
李静 2022-01-05 19:11:42 +08:00
parent a51d880d7b
commit 3b8eb74a13
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class SmsCode extends Model
*/ */
public function getAliyunTemplate() public function getAliyunTemplate()
{ {
return static::$aliyunTemplates[$this->type] ?? 'SMS_228470015'; return static::$aliyunTemplates[$this->type] ?? 'SMS_231444585';
} }
/** /**