config.php 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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_v_2_1/user/registerSendMobileCode',
  15. 'mobile_v_2_1/user/register',
  16. 'mobile_v_2_1/user/login',
  17. 'mobile_v_2_1/user/loginByPassword',
  18. 'mobile_v_2_1/user/loginByMobileCode',
  19. 'mobile_v_2_1/user/checkUserByMobile',
  20. 'mobile_v_2_1/user/resetPassword',
  21. 'mobile_v_2_1/user/loginSendMobileCode',
  22. 'mobile_v_2_1/subject/getSubjectList',
  23. 'mobile_v_2_1/subject/getSubjectDetail',
  24. 'mobile_v_2_1/subject/getSubjectContent',
  25. 'mobile_v_2_1/index/getIndexInfo',
  26. 'mobile_v_2_1/system/getConfig',
  27. 'mobile_v_2_1/h5/subjectContent',
  28. 'mobile_v_2_1/ext/getLoginAd',
  29. 'mobile_v_2_1/h5/guarantee',
  30. 'mobile_v_2_1/h5/activeList',
  31. 'mobile_v_2_1/h5/safe',
  32. 'mobile_v_2_1/system/getUpgradeInfo'*/
  33. 'mobile_v_2_1/user/registerSendMobileCode',
  34. 'mobile_v_2_1/user/register',
  35. 'mobile_v_2_1/user/login',
  36. 'mobile_v_2_1/user/logout',
  37. 'mobile_v_2_1/user/loginByPassword',
  38. 'mobile_v_2_1/user/loginByMobileCode',
  39. 'mobile_v_2_1/user/checkUserByMobile',
  40. 'mobile_v_2_1/user/resetPassword',
  41. 'mobile_v_2_1/user/loginSendMobileCode',
  42. 'mobile_v_2_1/subject/getSubjectList',
  43. 'mobile_v_2_1/subject/getSubjectDetail',
  44. 'mobile_v_2_1/subject/getSubjectContent',
  45. 'mobile_v_2_1/index/getIndexInfo',
  46. 'mobile_v_2_1/active/getActiveList',
  47. 'mobile_v_2_1/system/getConfig',
  48. 'mobile_v_2_1/h5/subjectContent',
  49. 'mobile_v_2_1/ext/getLoginAd',
  50. 'mobile_v_2_1/h5/guarantee',
  51. 'mobile_v_2_1/h5/regAgreement',
  52. 'mobile_v_2_1/h5/activeList',
  53. 'mobile_v_2_1/h5/about',
  54. 'mobile_v_2_1/h5/safe',
  55. 'mobile_v_2_1/h5/userInvitationPage',
  56. 'mobile_v_2_1/system/getUpgradeInfo',
  57. 'mobile_v_2_1/system/getUpgradeInfoForIOS'
  58. ],
  59. 'app_skin_config'=>[
  60. 'app_index_big_button'=>[
  61. [
  62. 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/08/8hjT5P9D0d.png',
  63. 'link'=>'mobile_v_2_1/h5/userInvitationPage',
  64. 'text'=>'邀请有礼',
  65. 'subText'=>'邀请有礼',
  66. 'share'=>[
  67. 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
  68. 'title'=>'邀请有礼',
  69. 'desc'=>'邀请有礼',
  70. 'link'=>'http://www.qq.com'
  71. ]
  72. ],
  73. [
  74. 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/08/IOPOqaHTei.png',
  75. 'link'=>'mobile_v_2_1/h5/activeList',
  76. 'text'=>'活动中心',
  77. 'subText'=>'活动中心',
  78. 'share'=>[
  79. 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
  80. 'title'=>'活动中心',
  81. 'desc'=>'活动中心',
  82. 'link'=>'http://www.qq.com'
  83. ]
  84. ],
  85. [
  86. 'imageUrl'=>'http://slb.dahengdian.com/jiaqiancaifu/2018/02/08/hhWK3Ea7Dk.png',
  87. 'link'=>'active/index/xinshou',
  88. 'text'=>'新手888元',
  89. 'subText'=>'新手888元',
  90. 'share'=>[
  91. 'headImgUrl'=>'https://static.qimai.cn/static/img/newaso100@2x.png',
  92. 'title'=>'新手888元',
  93. 'desc'=>'新手888元',
  94. 'link'=>'http://www.qq.com'
  95. ]
  96. ]
  97. ]
  98. ],
  99. 'h5RootUrl'=>'https://wxapp.dahengdian.com'
  100. ];