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-04 20:35:33 +0800
Commit
592a0a205cdc1ef423b7b3137442abceaf53f17a
1 parent
9a0b7ff8
'yohobuyapiurl'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Web/Product/ItemData.php
library/LibModels/Web/Product/ItemData.php
View file @
592a0a2
...
...
@@ -339,6 +339,6 @@ class ItemData
$param
[
'product_skn'
]
=
$skn
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
return
Yohobuy
::
get
(
Yohobuy
::
API_URL
,
$param
);
return
Yohobuy
::
get
(
API_URL
,
$param
);
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment