This commit is contained in:
ASUS 2025-10-17 17:47:21 +08:00
parent 52f4760743
commit 12fa2a2d35
1 changed files with 1 additions and 1 deletions

View File

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