Showing
1 changed file
with
1 additions
and
1 deletions
@@ -174,7 +174,7 @@ class Yohobuy | @@ -174,7 +174,7 @@ class Yohobuy | ||
174 | } | 174 | } |
175 | if (!empty($data)) { | 175 | if (!empty($data)) { |
176 | $url = self::httpBuildQuery($url, $data); | 176 | $url = self::httpBuildQuery($url, $data); |
177 | - } echo $url; | 177 | + } //echo $url; |
178 | /* 开启缓存的情况 */ | 178 | /* 开启缓存的情况 */ |
179 | if ($cache && USE_CACHE) { | 179 | if ($cache && USE_CACHE) { |
180 | // 先尝试获取一级缓存(master), 有数据则直接返回. | 180 | // 先尝试获取一级缓存(master), 有数据则直接返回. |
-
Please register or login to post a comment