moonsflyer преди 9 месеца
родител
ревизия
b89666bb6f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/common/service/sms/engine/TencentSms.php

+ 1 - 0
app/common/service/sms/engine/TencentSms.php

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