Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjun
User
Commits
78bac47b
Commit
78bac47b
authored
Jul 22, 2022
by
zhangjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
21a70286
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
constants.php
esf_core/config/constants.php
+4
-4
No files found.
esf_core/config/constants.php
View file @
78bac47b
...
@@ -414,13 +414,13 @@ define('GB_NEWRENT_INDEX_URL', 'http://newrent.house365.com/sell/index');
...
@@ -414,13 +414,13 @@ define('GB_NEWRENT_INDEX_URL', 'http://newrent.house365.com/sell/index');
// 退出地址
// 退出地址
define
(
'GB_LOGOUT_URL'
,
'http://passport.house365.com/index/logout'
);
define
(
'GB_LOGOUT_URL'
,
'http://passport.house365.com/index/logout'
);
// 验证优惠券
// 验证优惠券
define
(
'GB_CHECK_COUPON_URL'
,
'http://newrent
test
.house365.com/api/tf-app/check-coupon-personal'
);
define
(
'GB_CHECK_COUPON_URL'
,
'http://newrent.house365.com/api/tf-app/check-coupon-personal'
);
// 使用优惠券
// 使用优惠券
define
(
'GB_USE_COUPON_URL'
,
'http://newrent
test
.house365.com/api/tf-app/use-coupon'
);
define
(
'GB_USE_COUPON_URL'
,
'http://newrent.house365.com/api/tf-app/use-coupon'
);
// 更新状态接口地址
// 更新状态接口地址
define
(
'GB_UPDATE_COUPON_URL'
,
'http://newrent
test
.house365.com/api/tf-app/update-coupon-status'
);
define
(
'GB_UPDATE_COUPON_URL'
,
'http://newrent.house365.com/api/tf-app/update-coupon-status'
);
// 添加日志
// 添加日志
define
(
'GB_ADD_LOG_URL'
,
'http://newrent
test
.house365.com/api/tf-app/add-log'
);
define
(
'GB_ADD_LOG_URL'
,
'http://newrent.house365.com/api/tf-app/add-log'
);
if
(
$_SERVER
[
'SERVER_ADDR'
]
==
'192.168.105.106'
)
if
(
$_SERVER
[
'SERVER_ADDR'
]
==
'192.168.105.106'
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment