config.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkPHP [ WE CAN DO IT JUST THINK ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: liu21st <liu21st@gmail.com>
  10. // +----------------------------------------------------------------------
  11. return [
  12. //游客可访问的路径
  13. 'tourist_path'=>[
  14. 'mobile/user/registerSendMobileCode',
  15. 'mobile/user/register',
  16. 'mobile/user/login',
  17. 'mobile/user/loginByPassword',
  18. 'mobile/user/loginByMobileCode',
  19. 'mobile/user/checkUserByMobile',
  20. 'mobile/user/resetPassword',
  21. 'mobile/user/loginSendMobileCode',
  22. 'mobile/subject/getSubjectList',
  23. 'mobile/subject/getSubjectDetail',
  24. 'mobile/subject/getSubjectContent',
  25. 'mobile/index/getIndexInfo',
  26. 'mobile/active/getActiveList',
  27. 'mobile/system/getConfig',
  28. 'mobile/h5/subjectContent',
  29. 'mobile/ext/getLoginAd',
  30. 'mobile/h5/guarantee',
  31. 'mobile/h5/regAgreement',
  32. 'mobile/h5/activeList',
  33. 'mobile/h5/about',
  34. 'mobile/h5/safe',
  35. 'mobile/h5/userInvitationPage',
  36. 'mobile/system/getUpgradeInfo',
  37. 'mobile/system/getUpgradeInfoForIOS'
  38. ],
  39. 'h5RootUrl'=>'https://wxapp.dahengdian.com'
  40. ];