You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 lines
1.8 KiB

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