...
|
...
|
@@ -84,6 +84,8 @@ class Config_Defines |
|
|
define('DATA_IMG01_THUMB', '/Data/img/www.yoho.cn/thumb01');
|
|
|
define('DATA_IMG02_THUMB', '/Data/img/www.yoho.cn/thumb02');
|
|
|
define('YOHOBUY_URL', 'http://yohobuy.com');
|
|
|
define('YOHO_WECHAT_APPID','wx984e31a227819392');
|
|
|
define('YOHO_WECHAT_APPSECRET','6e1e588a39b3327d711b48ed20d03ede');
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -109,7 +111,7 @@ class Config_Defines |
|
|
// 主域名
|
|
|
define('SITE_DOMAIN', '.test.yoho.cn');
|
|
|
// 静态资源目录
|
|
|
define('SITE_RES', 'http://res.test.yohood.yoho.cn');
|
|
|
define('SITE_RES', 'http://res.yohood.test.yoho.cn');
|
|
|
// 主站
|
|
|
define('SITE_MAIN', 'http://yohood.test.yoho.cn');
|
|
|
define('QINIU_UPLOAD_STATE', true);
|
...
|
...
|
|