This commit is contained in:
ASUS 2025-10-17 16:04:33 +08:00
parent 0a77d2a085
commit 47cbfaef67
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class AlibabaSms extends Model
public static function main($args){
Log::info('最终发送短信--' . json_encode($args, 256));
return true;
$client = self::createClient();
$sendSmsRequest = new SendSmsRequest($args);
$runtime = new RuntimeOptions([]);