模版提交 模版编辑 模版查询 OK

This commit is contained in:
2025-10-16 15:13:30 +08:00
parent e5015f1981
commit 7c02c79fbf
3 changed files with 8 additions and 9 deletions

View File

@@ -113,7 +113,6 @@ class AlibabaSms extends Model
public static function UpdateSmsTemplate($data)
{
Log::info('最终修改发送短信模版--' . json_encode($data));
return true;
$client = self::createClient();
$updateSmsTemplateRequest = new UpdateSmsTemplateRequest($data);
$runtime = new RuntimeOptions([]);