yingzi 2 years ago
parent
commit
3c4801b97d
1 changed files with 1 additions and 0 deletions
  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);