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-15 09:35:31 +0800
Commit
dd5b93a240264676df02b7a2286c7a3e660e8e22
1 parent
4d35fdbf
升级4.7.3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Web/Home/OrderData.php
library/LibModels/Web/Home/OrderData.php
View file @
dd5b93a
...
...
@@ -246,7 +246,7 @@ class OrderData
$param
[
'order_code'
]
=
$orderCode
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
return
Yohobuy
::
get
(
Yohobuy
::
API_URL
,
$param
);
return
Yohobuy
::
get
(
API_URL
,
$param
);
}
}
...
...
Please
register
or
login
to post a comment