yingzi před 2 roky
rodič
revize
3c4801b97d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      library/lib/weixina.php

+ 1 - 0
library/lib/weixina.php

@@ -295,6 +295,7 @@ class weixina {
         curl_setopt($curl, CURLOPT_POST, true);
         curl_setopt($curl, CURLOPT_POSTFIELDS, $curlPost);
         $return_str = curl_exec($curl);
+        var_dump($return_str);
         $err = "";
         if(empty($return_str)){
             $err =  "系统错误:".curl_error($curl);