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