2020-08-13.log 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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-13 17:22:10.660 17204: http server started listening on [:8200]