shish пре 8 месеци
родитељ
комит
14102bef15
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      common/components/wxUtil.php

+ 1 - 0
common/components/wxUtil.php

@@ -537,6 +537,7 @@ class wxUtil
         $curl = new curl\Curl();
         $response = $curl->setOption(CURLOPT_POSTFIELDS, $data)->post($url);
         Yii::info('发送模板消息返回:' . $response);
+        noticeUtil::push('发送模板消息返回:' . $response, '15280215347');
         $arr = json_decode($response);
         return $arr;
     }