|
@@ -128,6 +128,7 @@ class TencentSms
|
|
|
'TemplateParamSet' => $this->templateParams,
|
|
'TemplateParamSet' => $this->templateParams,
|
|
|
'SmsSdkAppid' => $this->config['app_id'],
|
|
'SmsSdkAppid' => $this->config['app_id'],
|
|
|
];
|
|
];
|
|
|
|
|
+ outFileLog($params,'noticeLogic','send_message_$params');
|
|
|
$req = new SendSmsRequest();
|
|
$req = new SendSmsRequest();
|
|
|
$req->fromJsonString(json_encode($params));
|
|
$req->fromJsonString(json_encode($params));
|
|
|
$resp = json_decode($client->SendSms($req)->toJsonString(), true);
|
|
$resp = json_decode($client->SendSms($req)->toJsonString(), true);
|