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 rivejä
1.9 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' => 'wx81ac156a5c166881',//授权登录微信APPID
  18. 'aliPay' => '',//阿里支付
  19. 'weChatAuthLoginUrl' => 'http://hz.zhizhuchuxing.com/zzcx/user/login/auth-login?_a='. microtime(true),//第三方提供的微信授权登录路径
  20. 'host_name' => 'http://hz.zhizhuchuxing.cn',//网站域名
  21. 'notify_url' => 'http://hz.zhizhuchuxing.cn/zzcx/order/order/notify',//支付回调地址
  22. 'adm_host' => 'http://sandbox.zhizhuchuxing.cn',//管理后台地址
  23. 'adm_host1' => 'http://sandbox1.zhizhuchuxing.cn',//管理后台1地址
  24. 'adm_user' => 'admin_034',//cs接口使用 用户名
  25. 'adm_user_key' => 'admin_034',//cs接口使用 用户秘钥
  26. 'adm_user_id' => 772,//cs接口使用 用户ID
  27. 'adm_source_id' => '1660',//渠道来源编号
  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://hz.zhizhuchuxing.cn',//下单
  34. 'wxWeChat' => 'wx81ac156a5c166881',//微信公众号的APPID
  35. 'wx_get_token'=> 'http://wx.zhizhuchuxing.com',
  36. "apply_commission_min"=>50,//最低可提取佣金
  37. ];