2020-11-20.log 143 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908
  1. 2020-11-20 08:47:46.866 528: 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. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  300. 2020-11-20 14:16:05.256 [FATA] 1316: net.Listen error: listen tcp :8200: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
  301. Stack:
  302. 1. github.com/gogf/gf/net/ghttp.(*Server).startServer.func1
  303. D:/goPath/pkg/mod/github.com/gogf/gf@v1.14.4/net/ghttp/ghttp_server.go:431
  304. 2020-11-20 14:16:39.010 5356: http server started listening on [:8200]
  305. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  306. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  307. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  308. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  309. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  310. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  311. default | default | :8200 | GET | /cms | gfast/app/controller/home.(*Index).Index-fm |
  312. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  313. default | default | :8200 | GET | /cms/list/:cateId/*page/*keyWords | gfast/app/controller/home.(*Index).List-fm |
  314. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  315. default | default | :8200 | ALL | /cms/search/*page/*keyWords | gfast/app/controller/home.(*Index).Search-fm |
  316. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  317. default | default | :8200 | GET | /cms/show/:cateIds/:newsId | gfast/app/controller/home.(*Index).Show-fm |
  318. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  319. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  320. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  321. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  322. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  323. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  324. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  325. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  326. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  327. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  328. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  329. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  330. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  331. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  332. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  333. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  334. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  335. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  336. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  337. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  338. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  339. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  340. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  341. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  342. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  343. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  344. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  345. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  346. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  347. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  348. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  349. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  350. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  351. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  352. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  353. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  354. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  355. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  356. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  357. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  358. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  359. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  360. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  361. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  362. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  363. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  364. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  365. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  366. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  367. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  368. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  369. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  370. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  371. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  372. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  373. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  374. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  375. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  376. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  377. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  378. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  379. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  380. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  381. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  382. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  383. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  384. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  385. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  386. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  387. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  388. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  389. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  390. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  391. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  392. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  393. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  394. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  395. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  396. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  397. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  398. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  399. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  400. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  401. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  402. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  403. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  404. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  405. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  406. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  407. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  408. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  409. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  410. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  411. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  412. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  413. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  414. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  415. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  416. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  417. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  418. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  419. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  420. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  421. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  422. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  423. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  424. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  425. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  426. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  427. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  428. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  429. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  430. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  431. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  432. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  433. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  434. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  435. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  436. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  437. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  438. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  439. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  440. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  441. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  442. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  443. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  444. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  445. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  446. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  447. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  448. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  449. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  450. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  451. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  452. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  453. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  454. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  455. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  456. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  457. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  458. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  459. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  460. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  461. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  462. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  463. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  464. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  465. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  466. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  467. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  468. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  469. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  470. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  471. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  472. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  473. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  474. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  475. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  476. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  477. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  478. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  479. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  480. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  481. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  482. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  483. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  484. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  485. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  486. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  487. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  488. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  489. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  490. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  491. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  492. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  493. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  494. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  495. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  496. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  497. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  498. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  499. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  500. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  501. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  502. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  503. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  504. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  505. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  506. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  507. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  508. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  509. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  510. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  511. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  512. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  513. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  514. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  515. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  516. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  517. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  518. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  519. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  520. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  521. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  522. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  523. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  524. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  525. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  526. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  527. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  528. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  529. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  530. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  531. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  532. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  533. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  534. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  535. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  536. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  537. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  538. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  539. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  540. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  541. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  542. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  543. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  544. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  545. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  546. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  547. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  548. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  549. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  550. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  551. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  552. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  553. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  554. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  555. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  556. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  557. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  558. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  559. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  560. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  561. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  562. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  563. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  564. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  565. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  566. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  567. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  568. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  569. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  570. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  571. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  572. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  573. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  574. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  575. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  576. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  577. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  578. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  579. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  580. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  581. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  582. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  583. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  584. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  585. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  586. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  587. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  588. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  589. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  590. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  591. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  592. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  593. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  594. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  595. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  596. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  597. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  598. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  599. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  600. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  601. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  602. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  603. 2020-11-20 16:40:54.561 28908: http server started listening on [:8200]
  604. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  605. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  606. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  607. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  608. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  609. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  610. default | default | :8200 | GET | /cms | gfast/app/controller/home.(*Index).Index-fm |
  611. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  612. default | default | :8200 | GET | /cms/list/:cateId/*page/*keyWords | gfast/app/controller/home.(*Index).List-fm |
  613. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  614. default | default | :8200 | ALL | /cms/search/*page/*keyWords | gfast/app/controller/home.(*Index).Search-fm |
  615. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  616. default | default | :8200 | GET | /cms/show/:cateIds/:newsId | gfast/app/controller/home.(*Index).Show-fm |
  617. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  618. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  619. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  620. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  621. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  622. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  623. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  624. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  625. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  626. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  627. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  628. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  629. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  630. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  631. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  632. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  633. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  634. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  635. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  636. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  637. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  638. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  639. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  640. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  641. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  642. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  643. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  644. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  645. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  646. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  647. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  648. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  649. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  650. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  651. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  652. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  653. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  654. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  655. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  656. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  657. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  658. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  659. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  660. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  661. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  662. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  663. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  664. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  665. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  666. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  667. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  668. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  669. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  670. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  671. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  672. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  673. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  674. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  675. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  676. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  677. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  678. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  679. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  680. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  681. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  682. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  683. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  684. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  685. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  686. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  687. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  688. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  689. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  690. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  691. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  692. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  693. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  694. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  695. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  696. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  697. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  698. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  699. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  700. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  701. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  702. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  703. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  704. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  705. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  706. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  707. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  708. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  709. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  710. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  711. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  712. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  713. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  714. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  715. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  716. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  717. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  718. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  719. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  720. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  721. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  722. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  723. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  724. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  725. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  726. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  727. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  728. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  729. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  730. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  731. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  732. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  733. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  734. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  735. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  736. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  737. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  738. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  739. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  740. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  741. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  742. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  743. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  744. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  745. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  746. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  747. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  748. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  749. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  750. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  751. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  752. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  753. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  754. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  755. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  756. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  757. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  758. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  759. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  760. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  761. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  762. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  763. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  764. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  765. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  766. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  767. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  768. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  769. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  770. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  771. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  772. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  773. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  774. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  775. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  776. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  777. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  778. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  779. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  780. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  781. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  782. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  783. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  784. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  785. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  786. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  787. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  788. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  789. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  790. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  791. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  792. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  793. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  794. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  795. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  796. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  797. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  798. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  799. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  800. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  801. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  802. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  803. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  804. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  805. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  806. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  807. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  808. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  809. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  810. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  811. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  812. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  813. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  814. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  815. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  816. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  817. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  818. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  819. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  820. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  821. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  822. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  823. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  824. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  825. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  826. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  827. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  828. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  829. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  830. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  831. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  832. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  833. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  834. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  835. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  836. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  837. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  838. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  839. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  840. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  841. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  842. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  843. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  844. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  845. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  846. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  847. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  848. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  849. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  850. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  851. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  852. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  853. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  854. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  855. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  856. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  857. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  858. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  859. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  860. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  861. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  862. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  863. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  864. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  865. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  866. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  867. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  868. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  869. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  870. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  871. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  872. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  873. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  874. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  875. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  876. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  877. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  878. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  879. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  880. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  881. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  882. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  883. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  884. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  885. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  886. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  887. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  888. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  889. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  890. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  891. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  892. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  893. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  894. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  895. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  896. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  897. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  898. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  899. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  900. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  901. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|