Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郝肖肖
2016-06-24 17:57:25 +0800
Commit
919294501bb3e8cc96631ee802e583359cf168dd
1 parent
44b57f84
支付确认 改成post
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Home/OrderData.php
library/LibModels/Wap/Home/OrderData.php
View file @
9192945
...
...
@@ -235,6 +235,6 @@ class OrderData
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
// 调用接口获得数据
return
Yohobuy
::
pos
t
(
Yohobuy
::
API_URL
,
$param
);
return
Yohobuy
::
ge
t
(
Yohobuy
::
API_URL
,
$param
);
}
}
...
...
Please
register
or
login
to post a comment