moonsflyer 9 tháng trước cách đây
mục cha
commit
b89666bb6f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);