diff --git a/app/model/AlibabaSms.php b/app/model/AlibabaSms.php index 46607b1..f9f636e 100644 --- a/app/model/AlibabaSms.php +++ b/app/model/AlibabaSms.php @@ -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([]);