Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
8b6a7b1f7e0b0ac3ef7f28c4495175ce0cf3afb9
1 parent
2e2758d4
修改线上环境的接口域名为内部域名
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 @
8b6a7b1
...
...
@@ -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