2020-07-14.log 172 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  1. 2020-07-14 09:12:41.604 14580: http server started listening on [:8200]
  2. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  3. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  4. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  5. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  6. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  7. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  8. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  9. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  10. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  11. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  12. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  13. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  14. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  15. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  16. default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  17. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  18. default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
  19. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  20. default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
  21. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  22. default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  23. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  24. default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  25. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  26. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  27. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  28. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  29. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  30. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  31. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  32. default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
  33. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  34. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  35. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  36. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  37. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  38. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  39. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  40. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  41. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  42. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  43. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  44. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  45. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  46. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  47. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  48. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  49. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  50. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  51. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  52. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  53. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  54. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  55. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  56. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  57. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  58. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  59. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  60. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  61. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  62. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  63. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  64. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  65. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  66. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  67. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  68. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  69. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  70. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  71. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  72. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  73. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  74. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  75. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  76. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  77. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  78. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  79. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  80. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  81. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  82. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  83. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  84. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  85. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  86. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  87. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  88. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  89. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  90. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  91. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  92. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  93. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  94. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  95. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  96. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  97. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  98. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  99. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  100. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  101. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  102. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  103. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  104. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  105. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  106. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  107. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  108. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  109. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  110. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  111. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  112. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  113. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  114. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  115. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  116. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  117. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  118. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  119. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  120. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  121. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  122. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  123. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  124. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  125. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  126. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  127. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  128. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  129. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  130. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  131. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  132. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  133. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  134. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  135. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  136. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  137. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  138. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  139. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  140. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  141. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  142. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  143. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  144. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  145. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  146. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  147. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  148. default | default | :8200 | ALL | /system/model/model/add | gfast/app/controller/admin.(*Model).Add | middleWare.Auth
  149. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  150. default | default | :8200 | ALL | /system/model/model/list | gfast/app/controller/admin.(*Model).List | middleWare.Auth
  151. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  152. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  153. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  154. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  155. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  156. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  157. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  158. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  159. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  160. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  161. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  162. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  163. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  164. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  165. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  166. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  167. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  168. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  169. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  170. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  171. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  172. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  173. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  174. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  175. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  176. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  177. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  178. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  179. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  180. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  181. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  182. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  183. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  184. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  185. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  186. default | default | :8200 | ALL | /system/plug/adType/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  187. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  188. default | default | :8200 | ALL | /system/plug/adType/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  189. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  190. default | default | :8200 | ALL | /system/plug/adType/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  191. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  192. default | default | :8200 | ALL | /system/plug/adType/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  193. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  194. default | default | :8200 | ALL | /system/plug/adType/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  195. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  196. default | default | :8200 | ALL | /system/plug/plugAd/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  197. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  198. default | default | :8200 | ALL | /system/plug/plugAd/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  199. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  200. default | default | :8200 | ALL | /system/plug/plugAd/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  201. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  202. default | default | :8200 | ALL | /system/plug/plugAd/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  203. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  204. default | default | :8200 | ALL | /system/plug/plugAd/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  205. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  206. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  207. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  208. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  209. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  210. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  211. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  212. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  213. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  214. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  215. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  216. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  217. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  218. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  219. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  220. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  221. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  222. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  223. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  224. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  225. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  226. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  227. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  228. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  229. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  230. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  231. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  232. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  233. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  234. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  235. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  236. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  237. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  238. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  239. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  240. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  241. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  242. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  243. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  244. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  245. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  246. 2020-07-14 09:13:59.415 17024: http server started listening on [:8200]
  247. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  248. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  249. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  250. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  251. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  252. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  253. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  254. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  255. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  256. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  257. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  258. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  259. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  260. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  261. default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  262. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  263. default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
  264. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  265. default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
  266. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  267. default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  268. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  269. default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  270. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  271. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  272. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  273. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  274. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  275. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  276. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  277. default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
  278. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  279. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  280. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  281. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  282. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  283. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  284. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  285. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  286. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  287. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  288. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  289. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  290. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  291. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  292. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  293. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  294. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  295. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  296. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  297. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  298. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  299. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  300. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  301. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  302. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  303. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  304. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  305. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  306. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  307. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  308. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  309. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  310. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  311. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  312. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  313. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  314. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  315. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  316. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  317. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  318. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  319. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  320. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  321. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  322. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  323. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  324. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  325. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  326. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  327. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  328. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  329. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  330. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  331. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  332. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  333. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  334. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  335. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  336. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  337. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  338. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  339. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  340. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  341. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  342. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  343. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  344. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  345. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  346. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  347. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  348. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  349. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  350. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  351. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  352. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  353. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  354. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  355. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  356. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  357. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  358. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  359. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  360. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  361. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  362. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  363. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  364. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  365. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  366. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  367. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  368. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  369. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  370. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  371. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  372. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  373. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  374. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  375. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  376. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  377. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  378. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  379. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  380. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  381. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  382. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  383. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  384. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  385. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  386. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  387. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  388. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  389. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  390. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  391. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  392. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  393. default | default | :8200 | ALL | /system/model/model/add | gfast/app/controller/admin.(*Model).Add | middleWare.Auth
  394. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  395. default | default | :8200 | ALL | /system/model/model/list | gfast/app/controller/admin.(*Model).List | middleWare.Auth
  396. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  397. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  398. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  399. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  400. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  401. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  402. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  403. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  404. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  405. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  406. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  407. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  408. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  409. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  410. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  411. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  412. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  413. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  414. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  415. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  416. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  417. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  418. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  419. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  420. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  421. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  422. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  423. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  424. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  425. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  426. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  427. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  428. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  429. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  430. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  431. default | default | :8200 | ALL | /system/plug/adType/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  432. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  433. default | default | :8200 | ALL | /system/plug/adType/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  434. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  435. default | default | :8200 | ALL | /system/plug/adType/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  436. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  437. default | default | :8200 | ALL | /system/plug/adType/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  438. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  439. default | default | :8200 | ALL | /system/plug/adType/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  440. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  441. default | default | :8200 | ALL | /system/plug/plugAd/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  442. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  443. default | default | :8200 | ALL | /system/plug/plugAd/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  444. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  445. default | default | :8200 | ALL | /system/plug/plugAd/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  446. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  447. default | default | :8200 | ALL | /system/plug/plugAd/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  448. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  449. default | default | :8200 | ALL | /system/plug/plugAd/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  450. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  451. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  452. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  453. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  454. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  455. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  456. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  457. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  458. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  459. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  460. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  461. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  462. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  463. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  464. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  465. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  466. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  467. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  468. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  469. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  470. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  471. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  472. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  473. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  474. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  475. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  476. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  477. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  478. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  479. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  480. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  481. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  482. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  483. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  484. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  485. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  486. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  487. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  488. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  489. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  490. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  491. 2020-07-14 09:22:48.684 4592: http server started listening on [:8200]
  492. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  493. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  494. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  495. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  496. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  497. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  498. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  499. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  500. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  501. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  502. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  503. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  504. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  505. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  506. default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  507. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  508. default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
  509. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  510. default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
  511. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  512. default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  513. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  514. default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  515. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  516. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  517. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  518. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  519. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  520. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  521. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  522. default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
  523. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  524. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  525. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  526. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  527. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  528. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  529. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  530. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  531. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  532. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  533. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  534. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  535. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  536. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  537. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  538. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  539. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  540. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  541. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  542. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  543. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  544. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  545. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  546. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  547. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  548. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  549. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  550. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  551. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  552. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  553. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  554. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  555. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  556. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  557. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  558. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  559. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  560. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  561. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  562. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  563. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  564. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  565. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  566. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  567. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  568. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  569. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  570. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  571. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  572. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  573. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  574. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  575. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  576. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  577. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  578. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  579. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  580. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  581. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  582. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  583. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  584. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  585. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  586. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  587. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  588. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  589. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  590. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  591. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  592. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  593. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  594. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  595. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  596. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  597. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  598. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  599. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  600. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  601. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  602. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  603. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  604. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  605. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  606. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  607. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  608. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  609. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  610. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  611. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  612. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  613. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  614. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  615. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  616. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  617. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  618. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  619. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  620. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  621. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  622. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  623. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  624. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  625. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  626. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  627. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  628. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  629. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  630. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  631. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  632. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  633. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  634. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  635. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  636. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  637. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  638. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  639. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  640. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  641. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  642. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  643. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  644. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  645. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  646. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  647. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  648. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  649. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  650. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  651. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  652. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  653. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  654. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  655. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  656. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  657. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  658. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  659. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  660. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  661. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  662. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  663. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  664. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  665. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  666. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  667. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  668. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  669. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  670. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  671. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  672. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  673. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  674. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  675. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  676. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  677. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  678. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  679. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  680. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  681. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  682. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  683. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  684. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  685. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  686. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  687. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  688. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  689. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  690. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  691. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  692. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  693. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  694. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  695. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  696. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  697. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  698. default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  699. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  700. default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
  701. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  702. default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
  703. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  704. default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  705. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  706. default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  707. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  708. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  709. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  710. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  711. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  712. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  713. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  714. default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
  715. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  716. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  717. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  718. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  719. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  720. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  721. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  722. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  723. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  724. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  725. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  726. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  727. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  728. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  729. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  730. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  731. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  732. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  733. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  734. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  735. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  736. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  737. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  738. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  739. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  740. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  741. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  742. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  743. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  744. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  745. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  746. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  747. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  748. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  749. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  750. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  751. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  752. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  753. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  754. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  755. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  756. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  757. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  758. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  759. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  760. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  761. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  762. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  763. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  764. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  765. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  766. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  767. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  768. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  769. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  770. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  771. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  772. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  773. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  774. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  775. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  776. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  777. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  778. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  779. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  780. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  781. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  782. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  783. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  784. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  785. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  786. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  787. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  788. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  789. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  790. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  791. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  792. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  793. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  794. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  795. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  796. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  797. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  798. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  799. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  800. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  801. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  802. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  803. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  804. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  805. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  806. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  807. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  808. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  809. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  810. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  811. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  812. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  813. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  814. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  815. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  816. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  817. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  818. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  819. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  820. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  821. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  822. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  823. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  824. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  825. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  826. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  827. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  828. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  829. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  830. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  831. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  832. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  833. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  834. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  835. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  836. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  837. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  838. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  839. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  840. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  841. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  842. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  843. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  844. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  845. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  846. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  847. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  848. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  849. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  850. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  851. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  852. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  853. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  854. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  855. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  856. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  857. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  858. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  859. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  860. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  861. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  862. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  863. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  864. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  865. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  866. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  867. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  868. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  869. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  870. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  871. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  872. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  873. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  874. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  875. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  876. 2020-07-14 09:27:24.184 16428: http server started listening on [:8200]
  877. 2020-07-14 09:28:37.333 16536: http server started listening on [:8200]
  878. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  879. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  880. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  881. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  882. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  883. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  884. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  885. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  886. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  887. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  888. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  889. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  890. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  891. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  892. default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  893. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  894. default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
  895. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  896. default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
  897. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  898. default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  899. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  900. default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  901. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  902. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  903. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  904. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  905. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  906. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  907. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  908. default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
  909. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  910. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  911. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  912. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  913. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  914. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  915. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  916. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  917. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  918. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  919. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  920. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  921. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  922. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  923. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  924. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  925. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  926. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  927. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  928. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  929. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  930. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  931. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  932. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  933. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  934. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  935. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  936. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  937. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  938. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  939. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  940. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  941. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  942. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  943. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  944. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  945. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  946. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  947. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  948. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  949. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  950. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  951. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  952. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  953. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  954. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  955. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  956. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  957. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  958. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  959. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  960. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  961. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  962. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  963. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  964. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  965. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  966. default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
  967. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  968. default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
  969. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  970. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  971. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  972. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  973. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  974. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  975. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  976. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  977. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  978. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  979. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  980. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  981. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  982. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  983. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  984. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  985. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  986. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  987. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  988. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  989. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  990. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  991. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  992. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  993. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  994. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  995. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  996. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  997. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  998. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  999. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1000. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  1001. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1002. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  1003. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1004. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  1005. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1006. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  1007. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1008. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  1009. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1010. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  1011. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1012. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  1013. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1014. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  1015. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1016. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  1017. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1018. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  1019. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1020. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  1021. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1022. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  1023. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1024. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  1025. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1026. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  1027. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1028. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  1029. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1030. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  1031. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1032. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  1033. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1034. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  1035. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1036. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  1037. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1038. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  1039. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1040. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  1041. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1042. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  1043. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1044. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  1045. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1046. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  1047. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1048. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  1049. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1050. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  1051. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1052. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  1053. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1054. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  1055. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1056. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  1057. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1058. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  1059. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1060. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  1061. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1062. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  1063. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1064. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  1065. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1066. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  1067. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
  1068. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  1069. |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|