Commit 80f6e2ea authored by zhangjun's avatar zhangjun

修改

parent 178685e7
......@@ -384,35 +384,35 @@ define('USER_CENTER','http://user.house365.com/');
// 发送短信接口地址
define('GB_SEND_SMS_URL','http://newrenttest.house365.com/api/tf-app/send-auth-sms');
define('GB_SEND_SMS_URL','http://newrent.house365.com/api/tf-app/send-auth-sms');
// 提交忘记密码接口地址
define('GB_FORGET_PWD_URL','http://newrenttest.house365.com/api/tf-app/forget-pwd');
define('GB_FORGET_PWD_URL','http://newrent.house365.com/api/tf-app/forget-pwd');
// 手机登录
define('GB_PHONE_LOGIN_URL','http://newrenttest.house365.com/api/tf-app/phone-login');
define('GB_PHONE_LOGIN_URL','http://newrent.house365.com/api/tf-app/phone-login');
// 修改手机页面地址
define('GB_EDIT_PHONE_URL','http://newrenttest.house365.com/user-center/edit-phone');
define('GB_EDIT_PHONE_URL','http://newrent.house365.com/user-center/edit-phone');
// 修改密码页面地址
define('GB_EDIT_PWD_URL','http://newrenttest.house365.com/user-center/edit-pwd');
define('GB_EDIT_PWD_URL','http://newrent.house365.com/user-center/edit-pwd');
// 楼盘收藏地址
define('GB_NEW_HOUSE_COLLECT_URL','http://newrenttest.house365.com/user-center/new-house-collect');
define('GB_NEW_HOUSE_COLLECT_URL','http://newrent.house365.com/user-center/new-house-collect');
// 看房地址
define('GB_KAN_FANG_URL','http://newrenttest.house365.com/user-center/kan-fang');
define('GB_KAN_FANG_URL','http://newrent.house365.com/user-center/kan-fang');
// 基于个人用户ID获取用户数据接口地址
define('GB_GET_USER_INFO_BY_USER_ID_URL', 'http://newrenttest.house365.com/api/tf-app/get-user-info-by-personal-id');
define('GB_GET_USER_INFO_BY_USER_ID_URL', 'http://newrent.house365.com/api/tf-app/get-user-info-by-personal-id');
// 基于个人passport_id获取用户数据接口地址
define('GB_GET_USER_INFO_BY_PASSPORT_ID_URL', 'http://newrenttest.house365.com/api/tf-app/get-user-info-by-passport-id');
define('GB_GET_USER_INFO_BY_PASSPORT_ID_URL', 'http://newrent.house365.com/api/tf-app/get-user-info-by-passport-id');
// 基于sso_token获取用户数据接口地址
define('GB_GET_USER_INFO_BY_SSO_URL', 'http://ucentertest.house365.com/index/user/info');
define('GB_GET_USER_INFO_BY_SSO_URL', 'http://ucenter.house365.com/index/user/info');
// 基于个人用户ID更新用户数据接口地址
define('GB_UPDATE_USER_INFO_BY_USER_ID_URL', 'http://newrenttest.house365.com/api/tf-app/update-personal-info');
define('GB_UPDATE_USER_INFO_BY_USER_ID_URL', 'http://newrent.house365.com/api/tf-app/update-personal-info');
// 基于手机号获取用户数据接口地址
define('GB_GET_USER_INFO_BY_PHONE_URL', 'http://newrenttest.house365.com/api/tf-app/get-user-info-by-phone');
define('GB_GET_USER_INFO_BY_PHONE_URL', 'http://newrent.house365.com/api/tf-app/get-user-info-by-phone');
// 用户中心登录接口
define('GB_UCENTER_LOGIN_URL', 'https://ucentertest.house365.com/index/login');
define('GB_UCENTER_LOGIN_URL', 'https://ucenter.house365.com/index/login');
// 二手房首页
define('GB_NEWRENT_INDEX_URL', 'http://newrenttest.house365.com/sell/index');
define('GB_NEWRENT_INDEX_URL', 'http://newrent.house365.com/sell/index');
// 退出地址
define('GB_LOGOUT_URL', 'http://passporttest.house365.com/index/logout');
define('GB_LOGOUT_URL', 'http://passport.house365.com/index/logout');
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