2021-04-29.log 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. 2021-04-29 09:31:30.629 13960: 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 | /plugin/blog | gfast/plugin/blog/controller/home.(*Index).Index |
  27. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  28. default | default | :8200 | ALL | /plugin/blog/addComment | gfast/plugin/blog/controller/home.(*Index).AddComment |
  29. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  30. default | default | :8200 | ALL | /plugin/blog/addLink | gfast/plugin/blog/controller/home.(*Index).AddLink |
  31. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  32. default | default | :8200 | ALL | /plugin/blog/blogList | gfast/plugin/blog/controller/home.(*Index).BlogList |
  33. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  34. default | default | :8200 | ALL | /plugin/blog/content | gfast/plugin/blog/controller/home.(*Index).Content |
  35. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  36. default | default | :8200 | ALL | /plugin/blog/index | gfast/plugin/blog/controller/home.(*Index).Index |
  37. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  38. default | default | :8200 | ALL | /plugin/blog/link | gfast/plugin/blog/controller/home.(*Index).Link |
  39. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  40. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  41. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  42. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  43. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  44. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  45. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  46. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  47. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  48. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware-fm | GLOBAL MIDDLEWARE
  49. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  50. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  51. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  52. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  53. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  54. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  55. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  56. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  57. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  58. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  59. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  60. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  61. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  62. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  63. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  64. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  65. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  66. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  67. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  68. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  69. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  70. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  71. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  72. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  73. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  74. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  75. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  76. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  77. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  78. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  79. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  80. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  81. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  82. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  83. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  84. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  85. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  86. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  87. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  88. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  89. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  90. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  91. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  92. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  93. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  94. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  95. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  96. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  97. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  98. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  99. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  100. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  101. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  102. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  103. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  104. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  105. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  106. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  107. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  108. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  109. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  110. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  111. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  112. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  113. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  114. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  115. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  116. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  117. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  118. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  119. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  120. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  121. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  122. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  123. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  124. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  125. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  126. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  127. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  128. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  129. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  130. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  131. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  132. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  133. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  134. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  135. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  136. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  137. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  138. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  139. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  140. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  141. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  142. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  143. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  144. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  145. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  146. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  147. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  148. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  149. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  150. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  151. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  152. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  153. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  154. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  155. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  156. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  157. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  158. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  159. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  160. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  161. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  162. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  163. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  164. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  165. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  166. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  167. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  168. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  169. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  170. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  171. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  172. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  173. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  174. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  175. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  176. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  177. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  178. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  179. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  180. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  181. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  182. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  183. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  184. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  185. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  186. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  187. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  188. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  189. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  190. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  191. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  192. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  193. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  194. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  195. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  196. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  197. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  198. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  199. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  200. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  201. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  202. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  203. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  204. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  205. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  206. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  207. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  208. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  209. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  210. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  211. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  212. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  213. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  214. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  215. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  216. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  217. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  218. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  219. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  220. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  221. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  222. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  223. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  224. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  225. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  226. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  227. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  228. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  229. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  230. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  231. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  232. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  233. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  234. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  235. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  236. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  237. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  238. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  239. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  240. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  241. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  242. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  243. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  244. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  245. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  246. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  247. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  248. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  249. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  250. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  251. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  252. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  253. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  254. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  255. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  256. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  257. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  258. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  259. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  260. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  261. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  262. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  263. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  264. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  265. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  266. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  267. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  268. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  269. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  270. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  271. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  272. default | default | :8200 | ALL | /system/plugin/blog/classification/add | gfast/plugin/blog/controller/system.(*BlogClassification).Add | middleWare.Auth
  273. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  274. default | default | :8200 | ALL | /system/plugin/blog/classification/delete | gfast/plugin/blog/controller/system.(*BlogClassification).Delete | middleWare.Auth
  275. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  276. default | default | :8200 | ALL | /system/plugin/blog/classification/edit | gfast/plugin/blog/controller/system.(*BlogClassification).Edit | middleWare.Auth
  277. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  278. default | default | :8200 | ALL | /system/plugin/blog/classification/list | gfast/plugin/blog/controller/system.(*BlogClassification).List | middleWare.Auth
  279. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  280. default | default | :8200 | ALL | /system/plugin/blog/classification/sort | gfast/plugin/blog/controller/system.(*BlogClassification).Sort | middleWare.Auth
  281. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  282. default | default | :8200 | ALL | /system/plugin/blog/classification/type | gfast/plugin/blog/controller/system.(*BlogClassification).Type | middleWare.Auth
  283. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  284. default | default | :8200 | ALL | /system/plugin/blog/comment/delete | gfast/plugin/blog/controller/system.(*BlogComment).Delete | middleWare.Auth
  285. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  286. default | default | :8200 | ALL | /system/plugin/blog/comment/edit | gfast/plugin/blog/controller/system.(*BlogComment).Edit | middleWare.Auth
  287. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  288. default | default | :8200 | ALL | /system/plugin/blog/comment/list | gfast/plugin/blog/controller/system.(*BlogComment).List | middleWare.Auth
  289. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  290. default | default | :8200 | ALL | /system/plugin/blog/log/add | gfast/plugin/blog/controller/system.(*BlogLog).Add | middleWare.Auth
  291. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  292. default | default | :8200 | ALL | /system/plugin/blog/log/delete | gfast/plugin/blog/controller/system.(*BlogLog).Delete | middleWare.Auth
  293. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  294. default | default | :8200 | ALL | /system/plugin/blog/log/edit | gfast/plugin/blog/controller/system.(*BlogLog).Edit | middleWare.Auth
  295. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  296. default | default | :8200 | ALL | /system/plugin/blog/log/list | gfast/plugin/blog/controller/system.(*BlogLog).List | middleWare.Auth
  297. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  298. default | default | :8200 | ALL | /system/plugin/blog/log/sort | gfast/plugin/blog/controller/system.(*BlogLog).Sort | middleWare.Auth
  299. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  300. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  301. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  302. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  303. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  304. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  305. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  306. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  307. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  308. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  309. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  310. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  311. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  312. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  313. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  314. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  315. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  316. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  317. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  318. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  319. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  320. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  321. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  322. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  323. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  324. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  325. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  326. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  327. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  328. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  329. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  330. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  331. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  332. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  333. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  334. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  335. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  336. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  337. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  338. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  339. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  340. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  341. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  342. default | default | :8200 | ALL | /system/wf/flow/add | gfast/app/controller/admin.(*Flow).Add | middleWare.Auth
  343. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  344. default | default | :8200 | ALL | /system/wf/flow/addProcess | gfast/app/controller/admin.(*Flow).AddProcess | middleWare.Auth
  345. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  346. default | default | :8200 | ALL | /system/wf/flow/checkFlow | gfast/app/controller/admin.(*Flow).CheckFlow | middleWare.Auth
  347. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  348. default | default | :8200 | ALL | /system/wf/flow/checkSave | gfast/app/controller/admin.(*Flow).CheckSave | middleWare.Auth
  349. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  350. default | default | :8200 | ALL | /system/wf/flow/delete | gfast/app/controller/admin.(*Flow).Delete | middleWare.Auth
  351. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  352. default | default | :8200 | ALL | /system/wf/flow/deleteProcess | gfast/app/controller/admin.(*Flow).DeleteProcess | middleWare.Auth
  353. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  354. default | default | :8200 | ALL | /system/wf/flow/deleteProcessAll | gfast/app/controller/admin.(*Flow).DeleteProcessAll | middleWare.Auth
  355. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  356. default | default | :8200 | ALL | /system/wf/flow/designFlow | gfast/app/controller/admin.(*Flow).DesignFlow | middleWare.Auth
  357. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  358. default | default | :8200 | ALL | /system/wf/flow/edit | gfast/app/controller/admin.(*Flow).Edit | middleWare.Auth
  359. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  360. default | default | :8200 | ALL | /system/wf/flow/getBackTodo | gfast/app/controller/admin.(*Flow).GetBackTodo | middleWare.Auth
  361. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  362. default | default | :8200 | ALL | /system/wf/flow/getManager | gfast/app/controller/admin.(*Flow).GetManager | middleWare.Auth
  363. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  364. default | default | :8200 | ALL | /system/wf/flow/list | gfast/app/controller/admin.(*Flow).List | middleWare.Auth
  365. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  366. default | default | :8200 | ALL | /system/wf/flow/monitoring | gfast/app/controller/admin.(*Flow).Monitoring | middleWare.Auth
  367. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  368. default | default | :8200 | ALL | /system/wf/flow/saveAttr | gfast/app/controller/admin.(*Flow).SaveAttr | middleWare.Auth
  369. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  370. default | default | :8200 | ALL | /system/wf/flow/saveProcess | gfast/app/controller/admin.(*Flow).SaveProcess | middleWare.Auth
  371. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  372. default | default | :8200 | ALL | /system/wf/flow/saveStartWf | gfast/app/controller/admin.(*Flow).SaveStartWf | middleWare.Auth
  373. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  374. default | default | :8200 | ALL | /system/wf/flow/statusSetFlow | gfast/app/controller/admin.(*Flow).StatusSetFlow | middleWare.Auth
  375. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  376. default | default | :8200 | ALL | /system/wf/flow/stopFlow | gfast/app/controller/admin.(*Flow).StopFlow | middleWare.Auth
  377. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  378. default | default | :8200 | ALL | /system/wf/flow/wfCheck | gfast/app/controller/admin.(*Flow).WfCheck | middleWare.Auth
  379. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  380. default | default | :8200 | ALL | /system/wf/flow/wfStart | gfast/app/controller/admin.(*Flow).WfStart | middleWare.Auth
  381. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  382. default | default | :8200 | ALL | /system/wf/news/add | gfast/app/controller/admin.(*WfNews).Add | middleWare.Auth
  383. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  384. default | default | :8200 | ALL | /system/wf/news/checkLog | gfast/app/controller/admin.(*WfNews).CheckLog | middleWare.Auth
  385. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  386. default | default | :8200 | ALL | /system/wf/news/delete | gfast/app/controller/admin.(*WfNews).Delete | middleWare.Auth
  387. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  388. default | default | :8200 | ALL | /system/wf/news/edit | gfast/app/controller/admin.(*WfNews).Edit | middleWare.Auth
  389. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|
  390. default | default | :8200 | ALL | /system/wf/news/list | gfast/app/controller/admin.(*WfNews).List | middleWare.Auth
  391. |---------|---------|---------|--------|-------------------------------------------|------------------------------------------------------------------|-------------------|