2020-11-18.log 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. 2020-11-18 21:00:31.316 9920: http server started listening on [:8200]
  2. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  3. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  4. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  5. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  6. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  7. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  8. default | default | :8200 | GET | /cms | gfast/app/controller/home.(*Index).Index-fm |
  9. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  10. default | default | :8200 | GET | /cms/list/:cateId/*page/*keyWords | gfast/app/controller/home.(*Index).List-fm |
  11. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  12. default | default | :8200 | ALL | /cms/search/*page/*keyWords | gfast/app/controller/home.(*Index).Search-fm |
  13. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  14. default | default | :8200 | GET | /cms/show/:cateIds/:newsId | gfast/app/controller/home.(*Index).Show-fm |
  15. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  16. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  17. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  18. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  19. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  20. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  21. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  22. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  23. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  24. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  25. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  26. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  27. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  28. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  29. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  30. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  31. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  32. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  33. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  34. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  35. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  36. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  37. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  38. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  39. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  40. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  41. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  42. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  43. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  44. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  45. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  46. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  47. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  48. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  49. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  50. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  51. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  52. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  53. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  54. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  55. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  56. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  57. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  58. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  59. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  60. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  61. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  62. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  63. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  64. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  65. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  66. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  67. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  68. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  69. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  70. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  71. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  72. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  73. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  74. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  75. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  76. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  77. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  78. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  79. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  80. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  81. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  82. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  83. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  84. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  85. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  86. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  87. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  88. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  89. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  90. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  91. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  92. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  93. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  94. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  95. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  96. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  97. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  98. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  99. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  100. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  101. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  102. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  103. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  104. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  105. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  106. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  107. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  108. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  109. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  110. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  111. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  112. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  113. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  114. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  115. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  116. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  117. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  118. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  119. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  120. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  121. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  122. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  123. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  124. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  125. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  126. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  127. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  128. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  129. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  130. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  131. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  132. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  133. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  134. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  135. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  136. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  137. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  138. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  139. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  140. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  141. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  142. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  143. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  144. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  145. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  146. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  147. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  148. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  149. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  150. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  151. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  152. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  153. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  154. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  155. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  156. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  157. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  158. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  159. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  160. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  161. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  162. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  163. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  164. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  165. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  166. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  167. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  168. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  169. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  170. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  171. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  172. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  173. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  174. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  175. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  176. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  177. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  178. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  179. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  180. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  181. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  182. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  183. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  184. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  185. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  186. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  187. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  188. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  189. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  190. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  191. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  192. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  193. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  194. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  195. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  196. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  197. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  198. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  199. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  200. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  201. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  202. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  203. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  204. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  205. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  206. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  207. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  208. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  209. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  210. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  211. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  212. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  213. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  214. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  215. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  216. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  217. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  218. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  219. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  220. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  221. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  222. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  223. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  224. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  225. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  226. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  227. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  228. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  229. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  230. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  231. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  232. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  233. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  234. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  235. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  236. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  237. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  238. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  239. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  240. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  241. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  242. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  243. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  244. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  245. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  246. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  247. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  248. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  249. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  250. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  251. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  252. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  253. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  254. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  255. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  256. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  257. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  258. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  259. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  260. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  261. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  262. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  263. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  264. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  265. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  266. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  267. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  268. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  269. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  270. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  271. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  272. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  273. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  274. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  275. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  276. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  277. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  278. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  279. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  280. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  281. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  282. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  283. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  284. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  285. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  286. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  287. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  288. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  289. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  290. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  291. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  292. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  293. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  294. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  295. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  296. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  297. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  298. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  299. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|