dever 7 년 전
부모
커밋
9f4ceeded8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/lib/Wechat.php

+ 1 - 1
main/lib/Wechat.php

@@ -129,8 +129,8 @@ class Wechat
 
 		if (is_array($value) || (is_string($value) && strstr($value, 'http://'))) {
 			if ($refresh) {
-				echo 11;die;
 				$result = $this->curl(false, $value, false);
+				print_r($result);die;
 			} else {
 				$result = $this->curl(false, $value);
 			}