Commit 78bac47b authored by zhangjun's avatar zhangjun

修改

parent 21a70286
...@@ -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://newrenttest.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://newrenttest.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://newrenttest.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://newrenttest.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')
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment