Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-12-23 09:49:59 +0800
Commit
2f56279f3d5ae13747590d6a258c24e14822479d
1 parent
9021c95f
去除url调试信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
library/Api/Yohobuy.php
library/Api/Yohobuy.php
View file @
2f56279
...
...
@@ -143,7 +143,6 @@ class Yohobuy
if
(
!
empty
(
$data
))
{
$url
=
self
::
httpBuildQuery
(
$url
,
$data
);
}
echo
$url
;
/* 开启缓存的情况 */
if
(
$cache
&&
USE_CACHE
)
{
...
...
Please
register
or
login
to post a comment