|
- <?php
- /**
- *
- * ============================================================================
- * * 版权所有 蜘蛛出行 * *
- * 网站地址: http://www.zhizhuchuxing.com
- * ----------------------------------------------------------------------------
- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
- * 使用;不允许对程序代码以任何形式任何目的的再发布。
- * ============================================================================
- * Author By: 倪宗锋
- * PhpStorm siteConfig.php
- * Create By 2017/3/4 17:47 $
- */
- return [
- 'web_name' => '昆山集散中心',//网站头
- 'entryAuthWeChat' => 'wx81ac156a5c166881',//授权登录微信APPID
- 'aliPay' => '',//阿里支付
- 'weChatAuthLoginUrl' => 'http://hz.zhizhuchuxing.com/zzcx/user/login/auth-login?_a='. microtime(true),//第三方提供的微信授权登录路径
- 'host_name' => 'http://hz.zhizhuchuxing.cn',//网站域名
- 'notify_url' => 'http://hz.zhizhuchuxing.cn/zzcx/order/order/notify',//支付回调地址
- 'adm_host' => 'http://sandbox.zhizhuchuxing.cn',//管理后台地址
- 'adm_host1' => 'http://sandbox1.zhizhuchuxing.cn',//管理后台1地址
- 'adm_user' => 'admin_034',//cs接口使用 用户名
- 'adm_user_key' => 'admin_034',//cs接口使用 用户秘钥
- 'adm_user_id' => 772,//cs接口使用 用户ID
- 'adm_source_id' => '1660',//渠道来源编号
- 'show_recom' => [25],//LBS定位的菜单栏ID
- 'kefu_tel' => '021-33280519',//客服电话
- 'YunYinPhone' => '18874559393',//运营通知电话
- 'recharge_amount' => 1,//分销商户充值最低金额
- 'pc_uid' => '',//分销PC端展示用户ID
- 'zzcx_host' => 'http://hz.zhizhuchuxing.cn',//下单
- 'wxWeChat' => 'wx81ac156a5c166881',//微信公众号的APPID
- 'wx_get_token'=> 'http://wx.zhizhuchuxing.com',
- "apply_commission_min"=>50,//最低可提取佣金
- ];
|