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