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
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
e01b6e430aa5931450d0eb4d3d33bc4ee360a96d
2 parents
8f5a9498
8b6a7b1f
Merge branch 'hotfix/interface-change'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
library/Api/Yohobuy.php
library/Api/Yohobuy.php
View file @
e01b6e4
...
...
@@ -23,9 +23,9 @@ class Yohobuy
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
//java API
const
API_URL
=
'http://api.yoho.cn/'
;
const
API_URL2
=
'http://api.yoho.cn/'
;
const
SERVICE_URL
=
'http://service.yoho.cn/'
;
const
API_URL
=
'http://api.yoho.yohoops.org/'
;
const
API_URL2
=
'http://api.yoho.yohoops.org/'
;
const
SERVICE_URL
=
'http://service.yoho.yohoops.org/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
const
API_OLD
=
'http://api2.open.yohobuy.com/'
;
...
...
Please
register
or
login
to post a comment