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);