yingzi 2 năm trước cách đây
mục cha
commit
3c4801b97d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);