do fixes bug to partner login bugs
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -138,7 +138,7 @@ class Yohobuy | @@ -138,7 +138,7 @@ class Yohobuy | ||
138 | if (!empty($data)) { | 138 | if (!empty($data)) { |
139 | $url = self::httpBuildQuery($url, $data); | 139 | $url = self::httpBuildQuery($url, $data); |
140 | } | 140 | } |
141 | - var_dump($url); | 141 | + |
142 | /* 开启缓存的情况 */ | 142 | /* 开启缓存的情况 */ |
143 | if ($cache && USE_CACHE) { | 143 | if ($cache && USE_CACHE) { |
144 | // 先尝试获取一级缓存(master), 有数据则直接返回. | 144 | // 先尝试获取一级缓存(master), 有数据则直接返回. |
-
Please register or login to post a comment