shop_id
This commit is contained in:
parent
5d9eb986dd
commit
f0da923fd8
|
|
@ -46,7 +46,7 @@ class AlibabaSms extends Model
|
||||||
public static function main($args){
|
public static function main($args){
|
||||||
|
|
||||||
Log::info('最终发送短信--' . json_encode($args, 256));
|
Log::info('最终发送短信--' . json_encode($args, 256));
|
||||||
return true;
|
return ['Code' => 111, 'BizId' => 123];
|
||||||
$client = self::createClient();
|
$client = self::createClient();
|
||||||
$sendSmsRequest = new SendSmsRequest($args);
|
$sendSmsRequest = new SendSmsRequest($args);
|
||||||
$runtime = new RuntimeOptions([]);
|
$runtime = new RuntimeOptions([]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue