123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <?php
- $resourceDirPc = dirname(dirname(__DIR__)).'/resource/pc/';
- $resourceDirMobile = dirname(dirname(__DIR__)).'/resource/mobile/';
- $paramsArray = [
- 'site_name'=>'易购房',
- 'img_url'=>[
- 'city'=> $resourceDirPc.'city/',
- 'developers' =>$resourceDirPc.'developers/',
- 'adviser'=>$resourceDirPc.'adviser/',
- 'house' =>$resourceDirPc.'house/',
- 'housealbum' =>$resourceDirPc.'housealbum/',
- 'housetype' =>$resourceDirPc.'housetype/',
- 'news' =>$resourceDirPc.'news/',
- 'facilities' =>$resourceDirPc.'peripheral_matching_img/',
- 'setsite' =>$resourceDirPc.'setsite/',
- 'video' =>$resourceDirPc.'video/',
- 'push_lb'=>$resourceDirPc.'push_lb/',
- 'villa'=>$resourceDirPc.'villa/',
- 'hot_activity'=>$resourceDirPc.'hot_activity/',
- 'choice'=>$resourceDirPc.'choice/',
- 'group' =>$resourceDirPc.'group/',
- 'characteristic'=>$resourceDirPc.'characteristic/',
- 'fresh'=>$resourceDirPc.'fresh/',
- 'pushnews'=>$resourceDirPc.'pushnews/',
- 'pj'=>$resourceDirPc.'newsrenovation/',
- 'weirdo'=>$resourceDirPc.'newsweirdo/',
- 'bottom'=>$resourceDirPc.'bottom/',
- 'newsknowledge'=>$resourceDirPc.'newsknowledge/',
- 'live'=>$resourceDirPc.'live/'
- ],
- 'httpImg'=>[
- 'host' =>'http://img.yigouf.com/',
- 'pc'=>'pc/',
- 'developers'=>'pc/developers/',
- 'city'=>'pc/city/',
- 'adviser'=>'pc/adviser/',
- 'house'=>'pc/house/',
- 'newsthumb'=>'pc/news/',
- 'housealbum' =>'pc/housealbum/',
- 'housetype' =>'pc/housetype/',
- 'facilities' =>'pc/peripheral_matching_img/',
- 'setsite' =>'pc/setsite/',
- 'video' =>'pc/video/',
- 'bottom'=>'pc/bottom/',
- 'push_lb'=>'pc/push_lb/',
- 'villa'=>'pc/villa/',
- 'hot_activity'=>'pc/hot_activity/',
- 'choice'=>'pc/choice/',
- 'group' =>'pc/group/',
- 'characteristic'=>'pc/characteristic/',
- 'fresh'=>'pc/fresh/',
- 'pushnews'=>'pc/pushnews/',
- 'pj'=>'pc/newsrenovation/',
- 'weirdo'=>'pc/newsweirdo/',
- 'hosts' =>'http://pfghouse.pinfangw.com/',
- 'boutiquevilla' => 'pc/boutiquevilla/',
- 'houses'=>'house/',
- 'housealbums' =>'housealbum/',
- 'housetypes' =>'housetype/',
- 'newsknowledge'=>'pc/newsknowledge/',
- 'live'=>'pc/live/',
- 'lives'=>'live/',
- 'house_video'=>'video/',
- ],
-
- 'Housefit'=>[
- 1=>'毛坯',
- 2=>'非毛坯',
- 3=>'毛坯/非毛坯',
- 4=>'暂无资料'
- ],
- 'HouseSalesStatus'=>[
- 1=>'在售',
- 2=>'待售',
- 3=>'尾盘',
- 4=>'售完',
- ],
-
- 'DecorationStyle'=>[
- 1=>'现代',
- 2=>'田园',
- 3=>'乡村',
- 4=>'古典',
- 5=>'新古典',
- 6=>'简约',
- 7=>'中式',
- 8=>'欧式',
- 9=>'简欧',
- 10=>'地中海',
- 11=>'美式',
- 12=>'韩式',
- 13=>'日式',
- 14=>'东南亚',
- 15=>'混搭',
- 16=>'现代简约',
- ],
-
- 'CityPriceTrend'=>[
- 1=>'上涨',
- 2=>'下滑'
- ],
- 'cacheKey'=>[
- 'characteristic'=>'characteristic',
- ],
- 'default_dialtel'=>'0898-88989663',
- 'default_email'=>'935434310@qq.com',
-
- 'resourceCacheKey'=>[
- 'backend'=>'backendresource',
- 'frontend'=>'frontendresource',
- 'mobile'=>'mobileresource',
- 'wechat'=>'wechatresource',
- ],
- 'pfgwatermark'=>'/yg',
- 'smsconfig'=>[
-
- 'timeout' => 5.0,
-
- 'default' => [
-
- 'strategy' => \Overtrue\EasySms\Strategies\OrderStrategy::class,
-
- 'gateways' => [
- 'aliyun',
- ],
- ],
-
- 'gateways' => [
- 'errorlog' => [
- 'file' => dirname(dirname(__DIR__)).'/common/log/sendcode'.date('Y-m-d-H-i-s',$_SERVER['REQUEST_TIME']).'.'.rand(1,10).'.log',
- ],
- 'aliyun' => [
- 'access_key_id' => 'LTAIIzllJZbc3S4G',
- 'access_key_secret' => 'Bh8lfVJsCiIMjo1ENRbEJUU9dqigyv',
- 'sign_name' => '品房阁',
- ],
- ],
- ],
- ];
- return $paramsArray;
|