Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
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
hf
2015-12-22 09:18:25 +0800
Commit
38f58d92080e73f7c3d0d209b1b929e82f194e91
1 parent
ded7b16d
fixes some bugs to gzip css and js
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 @
38f58d9
...
...
@@ -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