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
周少峰
8 years ago
Commit
4b9fde15e9157cd377696df21b1e6d04c2a256e2
1 parent
260522d9
api
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
yohobuy/www.yohobuy.com/public/index-dev.php
yohobuy/www.yohobuy.com/public/index-test.php
yohobuy/www.yohobuy.com/public/index-dev.php
View file @
4b9fde1
...
...
@@ -21,8 +21,8 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关
//define('API_OLD', 'http://test2.open.yohobuy.com/');
#dev环境
define
(
'API_URL'
,
'http://api-test2.yohops.com:9999'
);
define
(
'SERVICE_URL'
,
'http://service-test2.yohops.com:9999/'
);
define
(
'API_URL'
,
'http://api-test3.yohops.com:9999'
);
define
(
'SERVICE_URL'
,
'http://service-test3.yohops.com:9999/'
);
define
(
'YOHOBUY_URL'
,
'http://www.yohobuy.com/'
);
define
(
'SERVICE_NOTIFY'
,
'http://test2.open.yohobuy.com/'
);
define
(
'API_OLD'
,
'http://devservice.yoho.cn:58077/'
);
...
...
yohobuy/www.yohobuy.com/public/index-test.php
View file @
4b9fde1
...
...
@@ -14,8 +14,8 @@ define('EXHIBITION_TICKET', 51335912);//展览票skn
define
(
'USE_INTER_FACE_SHUNT'
,
false
);
//分流开关
define
(
'API_URL'
,
'http://api-test2.yohops.com:9999/'
);
define
(
'SERVICE_URL'
,
'http://service-test2.yohops.com:9999/'
);
define
(
'API_URL'
,
'http://api-test3.yohops.com:9999/'
);
define
(
'SERVICE_URL'
,
'http://service-test3.yohops.com:9999/'
);
define
(
'YOHOBUY_URL'
,
'http://www.yohobuy.com/'
);
define
(
'SERVICE_NOTIFY'
,
'http://testservice.yoho.cn:28077/'
);
define
(
'API_OLD'
,
'http://test2.open.yohobuy.com/'
);
...
...
Please
register
or
login
to post a comment