Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-07-08 11:11:37 +0800
Commit
f4d35e1387402bed49bac0128009891c91dab364
1 parent
f1af2af0
'接口输出添加换行'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Api/Yohobuy.php
library/Api/Yohobuy.php
View file @
f4d35e1
...
...
@@ -174,7 +174,7 @@ class Yohobuy
}
if
(
!
empty
(
$data
))
{
$url
=
self
::
httpBuildQuery
(
$url
,
$data
);
}
//echo $url;
}
//echo $url
. '</br>'
;
/* 开启缓存的情况 */
if
(
$cache
&&
USE_CACHE
)
{
// 先尝试获取一级缓存(master), 有数据则直接返回.
...
...
Please
register
or
login
to post a comment