shish 5 лет назад
Родитель
Сommit
8996c3ddb2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      common/components/wxUtil.php

+ 1 - 0
common/components/wxUtil.php

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