'admin@example.com', // 'supportEmail' => 'support@example.com', // 'user.passwordResetTokenExpire' => 3600, '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/',//oss 'boutiquevilla' => 'pc/boutiquevilla/', //专栏广告位图 'houses'=>'house/', //oss 'housealbums' =>'housealbum/',//oss 'housetypes' =>'housetype/',//oss 'newsknowledge'=>'pc/newsknowledge/', //知识库 'live'=>'pc/live/', //直播图 'lives'=>'live/', //直播图 oss '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=>'下滑' ], // 'resourceCacheKey'=>[//资源缓存 // 'backend'=>'backendresource', // 'frontend'=>'frontendresource', // 'mobile'=>'mobileresource', // ], 'cacheKey'=>[ 'characteristic'=>'characteristic',//特色主题缓存 ], 'default_dialtel'=>'0898-88989663', 'default_email'=>'935434310@qq.com', // 'default_email'=>'2332719692@qq.com', 'resourceCacheKey'=>[//资源缓存 'backend'=>'backendresource', 'frontend'=>'frontendresource', 'mobile'=>'mobileresource', 'wechat'=>'wechatresource', ], 'pfgwatermark'=>'/yg', // 'aliyunoss'=>[ // 'accessKeyId'=>'LTAIyOUaRJiQdifQ', // 'accessKeySecret'=>'k80FxRhKirWZ7xG7tNh4hi9biOHipQ', // 'bucket' => 'pfghouse', // 'endPoint' => 'oss-cn-beijing.aliyuncs.com', // ], 'smsconfig'=>[ // HTTP 请求的超时时间(秒) '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;