2020-08-07.log 121 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  1. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  2. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  3. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  4. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  5. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  6. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  7. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  8. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  9. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  10. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  11. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  12. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  13. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  14. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  15. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  16. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  17. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  18. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  19. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  20. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  21. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  22. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  23. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  24. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  25. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  26. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  27. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  28. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  29. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  30. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  31. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  32. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  33. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  34. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  35. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  36. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  37. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  38. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  39. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  40. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  41. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  42. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  43. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  44. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  45. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  46. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  47. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  48. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  49. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  50. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  51. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  52. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  53. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  54. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  55. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  56. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  57. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  58. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  59. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  60. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  61. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  62. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  63. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  64. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  65. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  66. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  67. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  68. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  69. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  70. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  71. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  72. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  73. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  74. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  75. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  76. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  77. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  78. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  79. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  80. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  81. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  82. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  83. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  84. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  85. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  86. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  87. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  88. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  89. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  90. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  91. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  92. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  93. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  94. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  95. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  96. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  97. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  98. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  99. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  100. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  101. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  102. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  103. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  104. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  105. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  106. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  107. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  108. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  109. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  110. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  111. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  112. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  113. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  114. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  115. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  116. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  117. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  118. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  119. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  120. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  121. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  122. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  123. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  124. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  125. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  126. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  127. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  128. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  129. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  130. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  131. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  132. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  133. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  134. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  135. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  136. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  137. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  138. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  139. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  140. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  141. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  142. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  143. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  144. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  145. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  146. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  147. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  148. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  149. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  150. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  151. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  152. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  153. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  154. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  155. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  156. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  157. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  158. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  159. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  160. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  161. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  162. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  163. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  164. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  165. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  166. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  167. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  168. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  169. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  170. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  171. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  172. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  173. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  174. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  175. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  176. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  177. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  178. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  179. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  180. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  181. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  182. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  183. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  184. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  185. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  186. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  187. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  188. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  189. 2020-08-07 11:05:38.592 15700: http server started listening on [:8200]
  190. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  191. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  192. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  193. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  194. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  195. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  196. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  197. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  198. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  199. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  200. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  201. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  202. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  203. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  204. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  205. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  206. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  207. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  208. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  209. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  210. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  211. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  212. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  213. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  214. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  215. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  216. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  217. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  218. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  219. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  220. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  221. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  222. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  223. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  224. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  225. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  226. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  227. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  228. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  229. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  230. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  231. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  232. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  233. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  234. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  235. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  236. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  237. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  238. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  239. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  240. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  241. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  242. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  243. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  244. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  245. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  246. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  247. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  248. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  249. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  250. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  251. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  252. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  253. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  254. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  255. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  256. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  257. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  258. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  259. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  260. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  261. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  262. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  263. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  264. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  265. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  266. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  267. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  268. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  269. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  270. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  271. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  272. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  273. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  274. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  275. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  276. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  277. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  278. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  279. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  280. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  281. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  282. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  283. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  284. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  285. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  286. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  287. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  288. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  289. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  290. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  291. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  292. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  293. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  294. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  295. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  296. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  297. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  298. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  299. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  300. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  301. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  302. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  303. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  304. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  305. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  306. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  307. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  308. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  309. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  310. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  311. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  312. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  313. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  314. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  315. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  316. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  317. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  318. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  319. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  320. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  321. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  322. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  323. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  324. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  325. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  326. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  327. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  328. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  329. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  330. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  331. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  332. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  333. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  334. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  335. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  336. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  337. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  338. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  339. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  340. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  341. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  342. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  343. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  344. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  345. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  346. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  347. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  348. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  349. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  350. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  351. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  352. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  353. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  354. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  355. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  356. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  357. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  358. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  359. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  360. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  361. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  362. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  363. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  364. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  365. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  366. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  367. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  368. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  369. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  370. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  371. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  372. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  373. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  374. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  375. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  376. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  377. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  378. 2020-08-07 11:59:20.889 4720: http server started listening on [:8200]
  379. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  380. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  381. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  382. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  383. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  384. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  385. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  386. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  387. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  388. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  389. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  390. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  391. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  392. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  393. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  394. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  395. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  396. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  397. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  398. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  399. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  400. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  401. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  402. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  403. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  404. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  405. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  406. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  407. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  408. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  409. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  410. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  411. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  412. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  413. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  414. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  415. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  416. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  417. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  418. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  419. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  420. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  421. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  422. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  423. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  424. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  425. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  426. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  427. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  428. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  429. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  430. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  431. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  432. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  433. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  434. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  435. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  436. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  437. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  438. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  439. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  440. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  441. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  442. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  443. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  444. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  445. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  446. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  447. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  448. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  449. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  450. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  451. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  452. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  453. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  454. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  455. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  456. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  457. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  458. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  459. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  460. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  461. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  462. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  463. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  464. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  465. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  466. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  467. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  468. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  469. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  470. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  471. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  472. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  473. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  474. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  475. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  476. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  477. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  478. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  479. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  480. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  481. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  482. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  483. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  484. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  485. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  486. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  487. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  488. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  489. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  490. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  491. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  492. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  493. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  494. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  495. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  496. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  497. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  498. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  499. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  500. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  501. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  502. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  503. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  504. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  505. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  506. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  507. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  508. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  509. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  510. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  511. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  512. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  513. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  514. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  515. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  516. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  517. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  518. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  519. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  520. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  521. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  522. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  523. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  524. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  525. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  526. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  527. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  528. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  529. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  530. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  531. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  532. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  533. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  534. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  535. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  536. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  537. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  538. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  539. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  540. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  541. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  542. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  543. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  544. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  545. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  546. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  547. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  548. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  549. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  550. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  551. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  552. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  553. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  554. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  555. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  556. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  557. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  558. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  559. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  560. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  561. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  562. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  563. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  564. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  565. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  566. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  567. 2020-08-07 12:01:35.377 15468: http server started listening on [:8200]
  568. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  569. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  570. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  571. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  572. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  573. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  574. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  575. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  576. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  577. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  578. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  579. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  580. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  581. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  582. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  583. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  584. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  585. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  586. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  587. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  588. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  589. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  590. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  591. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  592. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  593. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  594. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  595. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  596. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  597. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  598. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  599. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  600. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  601. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  602. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  603. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  604. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  605. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  606. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  607. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  608. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  609. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  610. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  611. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  612. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  613. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  614. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  615. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  616. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  617. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  618. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  619. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  620. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  621. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  622. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  623. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  624. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  625. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  626. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  627. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  628. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  629. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  630. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  631. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  632. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  633. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  634. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  635. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  636. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  637. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  638. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  639. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  640. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  641. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  642. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  643. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  644. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  645. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  646. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  647. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  648. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  649. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  650. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  651. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  652. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  653. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  654. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  655. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  656. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  657. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  658. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  659. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  660. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  661. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  662. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  663. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  664. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  665. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  666. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  667. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  668. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  669. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  670. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  671. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  672. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  673. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  674. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  675. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  676. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  677. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  678. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  679. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  680. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  681. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  682. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  683. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  684. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  685. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  686. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  687. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  688. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  689. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  690. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  691. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  692. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  693. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  694. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  695. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  696. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  697. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  698. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  699. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  700. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  701. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  702. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  703. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  704. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  705. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  706. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  707. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  708. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  709. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  710. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  711. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  712. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  713. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  714. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  715. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  716. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  717. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  718. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  719. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  720. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  721. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  722. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  723. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  724. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  725. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  726. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  727. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  728. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  729. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  730. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  731. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  732. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  733. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  734. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  735. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  736. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  737. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  738. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  739. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  740. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  741. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  742. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  743. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  744. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  745. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  746. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  747. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  748. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  749. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  750. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  751. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  752. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  753. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  754. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  755. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  756. 2020-08-07 12:02:53.652 1388: http server started listening on [:8200]