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
xiaowei
9 years ago
Commit
ccd0f5ea0af1e52f064205cd170e76cd49ca99b0
1 parent
f62d5ed8
修改接口配置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Web/Home/ReturnsData.php
library/LibModels/Web/Home/ReturnsData.php
View file @
ccd0f5e
...
...
@@ -316,6 +316,6 @@ class ReturnsData
$param
[
'type'
]
=
$type
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
return
Yohobuy
::
post
(
'http://192.168.102.205:8080/gateway'
,
$param
);
return
Yohobuy
::
post
(
Yohobuy
::
API_URL
,
$param
);
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment