Web.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. <?php
  2. /**
  3. * 前端调试
  4. */
  5. namespace app\mobile\controller;
  6. use think\Db;
  7. use think\Config;
  8. class Web extends Mobile
  9. {
  10. /**
  11. * 初始化操作
  12. */
  13. protected function _initialize()
  14. {
  15. parent::_initialize();
  16. }
  17. public function index()
  18. {
  19. $p = $this->request->param('p');
  20. return $this->fetch();
  21. }
  22. public function contact_account()
  23. {
  24. $p = $this->request->param('p');
  25. return $this->fetch();
  26. }
  27. public function agreement()
  28. {
  29. $p = $this->request->param('p');
  30. return $this->fetch();
  31. }
  32. public function contact_way()
  33. {
  34. $p = $this->request->param('p');
  35. return $this->fetch();
  36. }
  37. public function contact()
  38. {
  39. $p = $this->request->param('p');
  40. return $this->fetch();
  41. }
  42. public function forget_pwd_to_reset()
  43. {
  44. $p = $this->request->param('p');
  45. return $this->fetch();
  46. }
  47. public function service()
  48. {
  49. $p = $this->request->param('p');
  50. return $this->fetch();
  51. }
  52. public function personal_center()
  53. {
  54. $p = $this->request->param('p');
  55. return $this->fetch();
  56. }
  57. public function personal_info()
  58. {
  59. $p = $this->request->param('p');
  60. return $this->fetch();
  61. }
  62. public function qqnum()
  63. {
  64. $p = $this->request->param('p');
  65. return $this->fetch();
  66. }
  67. public function postcode()
  68. {
  69. $p = $this->request->param('p');
  70. return $this->fetch();
  71. }
  72. public function address()
  73. {
  74. $p = $this->request->param('p');
  75. return $this->fetch();
  76. }
  77. public function personal_pay()
  78. {
  79. $p = $this->request->param('p');
  80. return $this->fetch();
  81. }
  82. public function member_gift()
  83. {
  84. $p = $this->request->param('p');
  85. return $this->fetch();
  86. }
  87. public function personal_account()
  88. {
  89. $p = $this->request->param('p');
  90. return $this->fetch();
  91. }
  92. public function personal_change_pwd()
  93. {
  94. $p = $this->request->param('p');
  95. return $this->fetch();
  96. }
  97. public function bind_page()
  98. {
  99. $p = $this->request->param('p');
  100. return $this->fetch();
  101. }
  102. public function identity()
  103. {
  104. $p = $this->request->param('p');
  105. return $this->fetch();
  106. }
  107. public function identity_info()
  108. {
  109. $p = $this->request->param('p');
  110. return $this->fetch();
  111. }
  112. public function csc()
  113. {
  114. $p = $this->request->param('p');
  115. return $this->fetch();
  116. }
  117. public function question()
  118. {
  119. $p = $this->request->param('p');
  120. return $this->fetch();
  121. }
  122. public function appeal()
  123. {
  124. $p = $this->request->param('p');
  125. return $this->fetch();
  126. }
  127. public function check()
  128. {
  129. $p = $this->request->param('p');
  130. return $this->fetch();
  131. }
  132. public function appeal_account()
  133. {
  134. $p = $this->request->param('p');
  135. return $this->fetch();
  136. }
  137. public function appeal_history()
  138. {
  139. $p = $this->request->param('p');
  140. return $this->fetch();
  141. }
  142. public function appeal_ending()
  143. {
  144. $p = $this->request->param('p');
  145. return $this->fetch();
  146. }
  147. public function appeal_result()
  148. {
  149. $p = $this->request->param('p');
  150. return $this->fetch();
  151. }
  152. public function appeal_result_page()
  153. {
  154. $p = $this->request->param('p');
  155. return $this->fetch();
  156. }
  157. public function wechat_appeal()
  158. {
  159. $p = $this->request->param('p');
  160. return $this->fetch();
  161. }
  162. public function a404()
  163. {
  164. $p = $this->request->param('p');
  165. return $this->fetch();
  166. }
  167. public function a500()
  168. {
  169. $p = $this->request->param('p');
  170. return $this->fetch();
  171. }
  172. public function about_us()
  173. {
  174. $p = $this->request->param('p');
  175. return $this->fetch();
  176. }
  177. public function subscription()
  178. {
  179. $p = $this->request->param('p');
  180. return $this->fetch();
  181. }
  182. public function recommend_games()
  183. {
  184. $p = $this->request->param('p');
  185. return $this->fetch();
  186. }
  187. public function game_category()
  188. {
  189. $p = $this->request->param('p');
  190. return $this->fetch();
  191. }
  192. public function game_info()
  193. {
  194. $p = $this->request->param('p');
  195. return $this->fetch();
  196. }
  197. public function info_gift()
  198. {
  199. $p = $this->request->param('p');
  200. return $this->fetch();
  201. }
  202. public function info_news()
  203. {
  204. $p = $this->request->param('p');
  205. return $this->fetch();
  206. }
  207. public function news()
  208. {
  209. $p = $this->request->param('p');
  210. return $this->fetch();
  211. }
  212. public function news_details()
  213. {
  214. $p = $this->request->param('p');
  215. return $this->fetch();
  216. }
  217. public function search()
  218. {
  219. $p = $this->request->param('p');
  220. return $this->fetch();
  221. }
  222. public function search_result()
  223. {
  224. $p = $this->request->param('p');
  225. return $this->fetch();
  226. }
  227. public function search_result_new()
  228. {
  229. $p = $this->request->param('p');
  230. return $this->fetch();
  231. }
  232. public function personal_nickname()
  233. {
  234. $p = $this->request->param('p');
  235. return $this->fetch();
  236. }
  237. public function mygame()
  238. {
  239. $p = $this->request->param('p');
  240. return $this->fetch();
  241. }
  242. public function feedback()
  243. {
  244. $p = $this->request->param('p');
  245. return $this->fetch();
  246. }
  247. public function pay_detail()
  248. {
  249. $p = $this->request->param('p');
  250. return $this->fetch();
  251. }
  252. }