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.

siteConfig.php 1.4 KiB

3 years ago
12345678910111213141516171819202122232425
  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/4/5 9:47 $
  14. */
  15. return [
  16. 'fx_authLoginUrl' => '/fx/?r=weChat/we-chat/set-login',//FX 本站点的第三方授权接收地址
  17. 'fx_authLoginRedirectUrl' => '/fx/?r=weChat/we-chat/auth-login',//fx 本站点的第三方授权中间跳转地址
  18. 'shop_authLoginUrl' => '/shop/?r=weChat/we-chat/set-login',//shop 本站点的第三方授权接收地址
  19. 'shop_authLoginRedirectUrl' => '/shop/?r=weChat/we-chat/auth-login',//shop 本站点的第三方授权中间跳转地址
  20. 'authorizeUrl' => 'https://open.weixin.qq.com/connect/oauth2/authorize?',//微信提供的授权登录路径
  21. 'authTokenUrl' => 'https://api.weixin.qq.com/sns/oauth2/access_token?',//微信token获取地址
  22. 'bind_fx_user' => [34, 264, 1, 258, 263, 267, 460, 736, 671, 658, 486, 596],
  23. "wx_home"=>'/web/zzcx/index.html#/main/home'//微信首页地址
  24. ];