redis
This commit is contained in:
@@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user