|
- <?php
- /**
- *
- * ============================================================================
- * * 版权所有 蜘蛛出行 * *
- * 网站地址: http://www.zhizhuchuxing.com
- * ----------------------------------------------------------------------------
- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
- * 使用;不允许对程序代码以任何形式任何目的的再发布。
- * ============================================================================
- * Author By: 倪宗锋
- * PhpStorm siteConfig.php
- * Create By 2017/3/4 17:47 $
- */
- return [
- 'web_name' => '小黑鱼出行',//网站头
- 'entryAuthWeChat' => 'wx34e2f2b38cfb15a1',//授权登录微信APPID
- 'aliPay' => '2017030306030595',//阿里支付
- 'weChatAuthLoginUrl' => 'http://fx.zhizhuchuxing.com/fx/?r=weChat/we-chat/login-redirect',//第三方提供的微信授权登录路径
- 'host_name' => 'http://fx.zhizhuchuxing.com',//网站域名
- 'notify_url' => 'http://wx.zhizhuchuxing.com/zzcx/order/order/notify',//支付回调地址
- 'adm_host' => 'http://cs.zhizhuchuxing.com',//管理后台地址
- 'adm_host1' => 'http://cs1.zhizhuchuxing.com',//管理后台1地址
- 'adm_user' => 'newfx',
- 'adm_user_key' => 'newfx_key',
- 'adm_user_id' => 581,
- 'adm_source_id' => '1285',
- 'show_recom' => [25],//LBS定位的菜单栏ID
- 'kefu_tel' => '021-33280519',//客服电话
- 'YunYinPhone' => '18874559393',//运营通知电话
- 'recharge_amount' => 1,//分销商户充值最低金额
- 'pc_uid' => '',//分销PC端展示用户ID
- 'zzcx_host' => 'http://wx.zhizhuchuxing.com',//下单
- 'wxWeChat' => 'wxbe6da4af3e529e0c',//微信公众号的APPID
- 'wx_get_token'=> 'http://wx.zhizhuchuxing.com',
- "apply_commission_min"=>50,//最低可提取佣金
- ];
|