Merge branch 'release/4.8' of http://git.yoho.cn/fe/YOHOBUYPC into release/4.8
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
12 | namespace Api; | 12 | namespace Api; |
13 | 13 | ||
14 | use WebPlugin\Cache; | 14 | use WebPlugin\Cache; |
15 | +use WebPlugin\UdpLog; | ||
15 | class Yohobuy | 16 | class Yohobuy |
16 | { | 17 | { |
17 | /* 正式环境 */ | 18 | /* 正式环境 */ |
@@ -175,6 +176,7 @@ class Yohobuy | @@ -175,6 +176,7 @@ class Yohobuy | ||
175 | if (!empty($data)) { | 176 | if (!empty($data)) { |
176 | $url = self::httpBuildQuery($url, $data); | 177 | $url = self::httpBuildQuery($url, $data); |
177 | } //echo $url; | 178 | } //echo $url; |
179 | + UdpLog::info($url); | ||
178 | /* 开启缓存的情况 */ | 180 | /* 开启缓存的情况 */ |
179 | if ($cache && USE_CACHE) { | 181 | if ($cache && USE_CACHE) { |
180 | // 先尝试获取一级缓存(master), 有数据则直接返回. | 182 | // 先尝试获取一级缓存(master), 有数据则直接返回. |
-
Please register or login to post a comment