|
|
@@ -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);
|