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
ea75eb4a293849eb8401812918c69c698fadb9f2
1 parent
a0a52f71
change alipay notice url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/public/index-test.php
yohobuy/www.yohobuy.com/public/index-test.php
View file @
ea75eb4
...
...
@@ -17,7 +17,7 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关
define
(
'API_URL'
,
getenv
(
'TEST_API'
)
?
getenv
(
'TEST_API'
)
:
'http://api-test3.yohops.com:9999/'
);
define
(
'SERVICE_URL'
,
getenv
(
'TEST_SERVICE'
)
?
getenv
(
'TEST_SERVICE'
)
:
'http://service-test3.yohops.com:9999/'
);
define
(
'YOHOBUY_URL'
,
'http://www.yohobuy.com/'
);
define
(
'SERVICE_NOTIFY'
,
'http://
testservice.yoho.cn:28077
/'
);
define
(
'SERVICE_NOTIFY'
,
'http://
service-test3.yohops.com:9999
/'
);
define
(
'API_OLD'
,
'http://test2.open.yohobuy.com/'
);
$application
=
new
Application
(
APPLICATION_PATH
.
'/configs/application.testing.ini'
);
...
...
Please
register
or
login
to post a comment