shish 4 år sedan
förälder
incheckning
ae52504745
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      common/components/wxUtil.php

+ 0 - 3
common/components/wxUtil.php

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