2020-09-18.log 231 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465
  1. 2020-09-18 10:36:31.257 20888: http server started listening on [:8200]
  2. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  3. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  4. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  5. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  6. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  7. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  8. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  9. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  10. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  11. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  12. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  13. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  14. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  15. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  16. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  17. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  18. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  19. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  20. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  21. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  22. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  23. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  24. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  25. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  26. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  27. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  28. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  29. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  30. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  31. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  32. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  33. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  34. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  35. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  36. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  37. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  38. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  39. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  40. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  41. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  42. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  43. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  44. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  45. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  46. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  47. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  48. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  49. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  50. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  51. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  52. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  53. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  54. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  55. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  56. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  57. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  58. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  59. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  60. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  61. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  62. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  63. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  64. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  65. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  66. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  67. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  68. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  69. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  70. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  71. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  72. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  73. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  74. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  75. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  76. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  77. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  78. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  79. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  80. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  81. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  82. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  83. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  84. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  85. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  86. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  87. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  88. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  89. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  90. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  91. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  92. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  93. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  94. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  95. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  96. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  97. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  98. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  99. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  100. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  101. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  102. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  103. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  104. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  105. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  106. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  107. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  108. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  109. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  110. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  111. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  112. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  113. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  114. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  115. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  116. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  117. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  118. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  119. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  120. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  121. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  122. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  123. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  124. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  125. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  126. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  127. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  128. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  129. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  130. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  131. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  132. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  133. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  134. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  135. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  136. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  137. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  138. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | 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/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  149. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  150. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  151. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  152. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  153. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  154. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  155. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  156. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  157. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  158. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  159. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  160. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  161. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  162. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  163. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  164. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  165. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  166. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  167. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  168. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  169. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  170. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  171. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  172. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  173. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  174. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  175. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  176. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  177. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  178. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  179. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  180. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  181. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  182. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  183. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  184. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  185. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  186. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  187. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  188. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  189. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  190. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  191. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  192. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  193. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  194. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  195. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  196. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  197. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  198. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  199. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  200. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  201. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  202. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  203. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  204. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  205. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  206. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  207. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  208. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  209. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  210. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  211. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  212. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  213. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  214. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  215. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  216. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  217. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  218. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  219. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  220. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  221. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  222. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  223. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  224. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  225. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  226. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  227. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  228. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  229. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  230. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  231. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  232. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  233. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  234. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  235. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  236. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  237. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  238. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  239. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  240. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  241. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  242. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  243. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  244. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  245. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  246. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  247. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  248. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  249. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  250. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  251. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  252. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  253. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  254. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  255. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  256. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  257. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  258. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  259. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  260. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  261. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  262. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  263. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  264. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  265. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  266. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  267. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  268. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  269. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  270. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  271. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  272. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  273. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  274. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  275. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  276. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  277. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  278. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  279. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  280. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  281. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  282. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  283. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  284. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  285. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  286. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  287. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  288. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  289. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  290. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  291. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  292. 2020-09-18 10:40:17.605 21828: http server started listening on [:8200]
  293. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  294. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  295. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  296. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  297. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  298. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  299. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  300. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  301. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  302. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  303. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  304. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  305. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  306. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  307. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  308. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  309. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  310. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  311. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  312. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  313. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  314. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  315. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  316. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  317. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  318. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  319. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  320. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  321. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  322. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  323. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  324. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  325. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  326. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  327. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  328. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  329. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  330. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  331. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  332. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  333. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  334. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  335. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  336. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  337. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  338. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  339. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  340. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  341. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  342. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  343. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  344. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  345. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  346. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  347. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  348. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  349. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  350. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  351. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  352. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  353. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  354. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  355. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  356. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  357. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  358. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  359. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  360. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  361. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  362. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  363. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  364. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  365. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  366. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  367. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  368. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  369. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  370. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  371. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  372. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  373. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  374. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  375. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  376. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  377. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  378. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  379. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  380. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  381. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  382. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  383. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  384. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  385. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  386. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  387. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  388. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  389. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  390. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  391. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  392. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  393. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  394. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  395. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  396. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  397. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  398. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  399. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  400. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  401. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  402. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  403. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  404. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  405. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  406. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  407. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  408. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  409. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  410. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  411. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  412. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  413. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  414. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  415. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  416. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  417. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  418. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  419. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  420. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  421. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  422. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  423. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  424. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  425. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  426. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  427. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  428. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  429. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  430. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  431. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  432. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  433. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  434. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  435. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  436. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  437. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  438. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  439. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  440. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  441. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  442. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  443. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  444. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  445. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  446. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  447. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  448. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  449. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  450. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  451. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  452. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  453. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  454. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  455. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  456. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  457. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  458. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  459. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  460. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  461. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  462. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  463. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  464. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  465. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  466. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  467. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  468. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  469. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  470. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  471. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  472. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  473. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  474. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  475. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  476. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  477. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  478. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  479. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  480. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  481. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  482. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  483. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  484. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  485. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  486. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  487. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  488. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  489. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  490. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  491. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  492. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  493. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  494. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  495. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  496. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  497. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  498. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  499. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  500. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  501. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  502. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  503. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  504. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  505. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  506. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  507. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  508. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  509. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  510. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  511. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  512. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  513. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  514. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  515. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  516. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  517. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  518. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  519. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  520. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  521. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  522. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  523. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  524. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  525. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  526. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  527. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  528. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  529. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  530. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  531. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  532. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  533. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  534. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  535. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  536. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  537. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  538. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  539. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  540. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  541. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  542. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  543. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  544. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  545. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  546. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  547. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  548. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  549. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  550. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  551. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  552. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  553. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  554. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  555. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  556. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  557. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  558. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  559. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  560. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  561. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  562. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  563. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  564. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  565. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  566. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  567. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  568. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  569. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  570. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  571. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  572. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  573. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  574. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  575. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  576. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  577. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  578. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  579. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  580. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  581. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  582. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  583. 2020-09-18 10:43:54.643 22316: http server started listening on [:8200]
  584. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  585. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  586. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  587. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  588. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  589. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  590. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  591. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  592. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  593. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  594. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  595. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  596. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  597. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  598. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  599. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  600. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  601. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  602. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  603. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  604. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  605. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  606. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  607. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  608. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  609. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  610. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  611. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  612. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  613. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  614. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  615. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  616. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  617. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  618. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  619. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  620. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  621. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  622. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  623. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  624. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  625. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  626. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  627. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  628. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  629. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  630. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  631. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  632. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  633. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  634. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  635. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  636. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  637. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  638. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  639. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  640. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  641. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  642. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  643. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  644. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  645. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  646. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  647. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  648. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  649. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  650. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  651. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  652. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  653. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  654. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  655. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  656. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  657. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  658. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  659. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  660. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  661. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  662. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  663. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  664. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  665. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  666. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  667. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  668. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  669. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  670. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  671. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  672. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  673. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  674. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  675. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  676. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  677. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  678. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  679. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  680. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  681. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  682. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  683. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  684. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  685. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  686. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  687. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  688. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  689. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  690. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  691. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  692. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  693. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  694. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  695. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  696. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  697. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  698. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  699. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  700. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  701. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  702. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  703. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  704. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  705. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  706. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  707. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  708. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  709. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  710. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  711. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  712. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  713. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  714. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  715. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  716. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  717. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  718. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  719. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  720. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  721. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  722. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  723. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  724. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  725. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  726. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  727. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  728. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  729. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  730. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  731. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  732. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  733. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  734. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  735. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  736. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  737. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  738. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  739. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  740. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  741. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  742. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  743. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  744. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  745. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  746. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  747. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  748. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  749. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  750. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  751. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  752. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  753. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  754. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  755. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  756. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  757. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  758. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  759. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  760. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  761. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  762. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  763. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  764. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  765. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  766. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  767. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  768. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  769. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  770. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  771. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  772. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  773. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  774. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  775. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  776. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  777. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  778. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  779. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  780. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  781. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  782. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  783. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  784. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  785. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  786. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  787. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  788. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  789. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  790. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  791. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  792. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  793. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  794. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  795. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  796. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  797. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  798. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  799. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  800. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  801. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  802. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  803. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  804. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  805. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  806. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  807. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  808. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  809. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  810. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  811. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  812. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  813. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  814. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  815. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  816. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  817. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  818. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  819. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  820. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  821. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  822. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  823. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  824. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  825. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  826. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  827. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  828. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  829. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  830. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  831. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  832. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  833. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  834. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  835. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  836. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  837. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  838. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  839. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  840. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  841. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  842. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  843. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  844. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  845. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  846. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  847. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  848. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  849. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  850. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  851. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  852. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  853. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  854. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  855. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  856. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  857. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  858. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  859. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  860. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  861. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  862. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  863. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  864. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  865. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  866. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  867. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  868. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  869. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  870. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  871. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  872. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  873. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  874. 2020-09-18 11:10:57.733 22268: http server started listening on [:8200]
  875. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  876. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  877. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  878. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  879. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  880. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  881. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  882. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  883. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  884. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  885. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  886. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  887. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  888. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  889. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  890. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  891. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  892. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  893. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  894. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  895. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  896. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  897. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  898. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  899. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  900. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  901. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  902. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  903. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  904. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  905. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  906. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  907. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  908. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  909. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  910. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  911. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  912. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  913. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  914. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  915. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  916. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  917. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  918. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  919. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  920. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  921. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  922. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  923. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  924. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  925. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  926. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  927. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  928. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  929. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  930. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  931. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  932. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  933. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  934. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  935. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  936. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  937. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  938. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  939. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  940. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  941. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  942. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  943. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  944. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  945. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  946. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  947. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  948. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  949. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  950. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  951. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  952. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  953. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  954. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  955. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  956. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  957. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  958. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  959. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  960. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  961. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  962. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  963. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  964. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  965. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  966. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  967. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  968. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  969. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  970. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  971. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  972. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  973. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  974. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  975. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  976. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  977. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  978. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  979. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  980. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  981. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  982. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  983. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  984. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  985. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  986. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  987. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  988. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  989. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  990. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  991. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  992. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  993. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  994. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  995. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  996. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  997. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  998. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  999. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  1000. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1001. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  1002. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1003. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  1004. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1005. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  1006. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1007. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  1008. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1009. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  1010. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1011. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  1012. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1013. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  1014. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1015. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  1016. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1017. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  1018. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1019. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  1020. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1021. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  1022. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1023. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  1024. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1025. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  1026. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1027. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  1028. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1029. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  1030. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1031. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  1032. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1033. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  1034. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1035. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  1036. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1037. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  1038. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1039. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  1040. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1041. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  1042. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1043. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  1044. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1045. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  1046. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1047. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  1048. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1049. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  1050. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1051. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  1052. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1053. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  1054. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1055. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  1056. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1057. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  1058. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1059. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  1060. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1061. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  1062. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1063. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  1064. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1065. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  1066. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1067. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  1068. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1069. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  1070. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1071. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  1072. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1073. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  1074. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1075. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  1076. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1077. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  1078. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1079. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  1080. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1081. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  1082. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1083. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  1084. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1085. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  1086. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1087. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  1088. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1089. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  1090. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1091. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  1092. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1093. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  1094. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1095. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  1096. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1097. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  1098. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1099. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  1100. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1101. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  1102. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1103. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  1104. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1105. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  1106. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1107. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  1108. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1109. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  1110. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1111. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  1112. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1113. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  1114. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1115. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  1116. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1117. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  1118. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1119. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  1120. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1121. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  1122. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1123. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  1124. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1125. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  1126. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1127. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  1128. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1129. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  1130. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1131. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  1132. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1133. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  1134. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1135. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  1136. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1137. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  1138. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1139. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  1140. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1141. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  1142. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1143. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  1144. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1145. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  1146. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1147. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  1148. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1149. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  1150. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1151. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  1152. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1153. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  1154. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1155. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  1156. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1157. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  1158. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1159. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  1160. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1161. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  1162. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1163. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  1164. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1165. 2020-09-18 11:49:49.905 20404: http server started listening on [:8200]
  1166. SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
  1167. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1168. default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
  1169. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1170. default | default | :8200 | ALL | /captcha/get/img | gfast/app/controller/common.(*Captcha).Img |
  1171. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1172. default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
  1173. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1174. default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
  1175. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1176. default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
  1177. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1178. default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
  1179. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1180. default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
  1181. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1182. default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
  1183. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1184. default | default | :8200 | GET | /swagger.json | gfast/router.init.0.func2 |
  1185. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1186. default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
  1187. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1188. default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
  1189. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1190. default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
  1191. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1192. default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
  1193. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1194. default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
  1195. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1196. default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
  1197. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1198. default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
  1199. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1200. default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
  1201. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1202. default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
  1203. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1204. default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
  1205. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1206. default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
  1207. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1208. default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
  1209. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1210. default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
  1211. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1212. default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
  1213. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1214. default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
  1215. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1216. default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
  1217. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1218. default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
  1219. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1220. default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
  1221. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1222. default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
  1223. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1224. default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
  1225. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1226. default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
  1227. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1228. default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
  1229. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1230. default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
  1231. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1232. default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
  1233. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1234. default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
  1235. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1236. default | default | :8200 | ALL | /system/cms/menu/modelOptions | gfast/app/controller/admin.(*CmsMenu).ModelOptions | middleWare.Auth
  1237. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1238. default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
  1239. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1240. default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
  1241. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1242. default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
  1243. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1244. default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
  1245. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1246. default | default | :8200 | ALL | /system/cms/news/getModelFields | gfast/app/controller/admin.(*CmsNews).GetModelFields | middleWare.Auth
  1247. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1248. default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
  1249. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1250. default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
  1251. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1252. default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
  1253. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1254. default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
  1255. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1256. default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
  1257. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1258. default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
  1259. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1260. default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
  1261. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1262. default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
  1263. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1264. default | default | :8200 | ALL | /system/config/dict/getDicts | gfast/app/controller/admin.(*Dict).GetDicts | middleWare.Auth
  1265. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1266. default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
  1267. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1268. default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
  1269. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1270. default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
  1271. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1272. default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
  1273. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1274. default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
  1275. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1276. default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
  1277. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1278. default | default | :8200 | ALL | /system/config/webSet/getInfo | gfast/app/controller/admin.(*WebSet).GetInfo | middleWare.Auth
  1279. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1280. default | default | :8200 | ALL | /system/config/webSet/update | gfast/app/controller/admin.(*WebSet).Update | middleWare.Auth
  1281. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1282. default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
  1283. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1284. default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
  1285. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1286. default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
  1287. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1288. default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
  1289. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1290. default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
  1291. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1292. default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
  1293. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1294. default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
  1295. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1296. default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
  1297. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1298. default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
  1299. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1300. default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
  1301. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1302. default | default | :8200 | ALL | /system/model/category/all | gfast/app/controller/admin.(*ModelCategory).All | middleWare.Auth
  1303. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1304. default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
  1305. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1306. default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
  1307. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1308. default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
  1309. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1310. default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
  1311. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1312. default | default | :8200 | ALL | /system/model/fields/add | gfast/app/controller/admin.(*ModelFields).Add | middleWare.Auth
  1313. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1314. default | default | :8200 | ALL | /system/model/fields/delete | gfast/app/controller/admin.(*ModelFields).Delete | middleWare.Auth
  1315. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1316. default | default | :8200 | ALL | /system/model/fields/edit | gfast/app/controller/admin.(*ModelFields).Edit | middleWare.Auth
  1317. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1318. default | default | :8200 | ALL | /system/model/fields/list | gfast/app/controller/admin.(*ModelFields).List | middleWare.Auth
  1319. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1320. default | default | :8200 | ALL | /system/model/fields/setFieldsAttr | gfast/app/controller/admin.(*ModelFields).SetFieldsAttr | middleWare.Auth
  1321. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1322. default | default | :8200 | ALL | /system/model/info/add | gfast/app/controller/admin.(*ModelInfo).Add | middleWare.Auth
  1323. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1324. default | default | :8200 | ALL | /system/model/info/copyModel | gfast/app/controller/admin.(*ModelInfo).CopyModel | middleWare.Auth
  1325. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1326. default | default | :8200 | ALL | /system/model/info/createModel | gfast/app/controller/admin.(*ModelInfo).CreateModel | middleWare.Auth
  1327. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1328. default | default | :8200 | ALL | /system/model/info/delete | gfast/app/controller/admin.(*ModelInfo).Delete | middleWare.Auth
  1329. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1330. default | default | :8200 | ALL | /system/model/info/edit | gfast/app/controller/admin.(*ModelInfo).Edit | middleWare.Auth
  1331. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1332. default | default | :8200 | ALL | /system/model/info/list | gfast/app/controller/admin.(*ModelInfo).List | middleWare.Auth
  1333. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1334. default | default | :8200 | ALL | /system/model/info/setStatus | gfast/app/controller/admin.(*ModelInfo).SetStatus | middleWare.Auth
  1335. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1336. default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
  1337. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1338. default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
  1339. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1340. default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
  1341. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1342. default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
  1343. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1344. default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
  1345. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1346. default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
  1347. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1348. default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
  1349. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1350. default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
  1351. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1352. default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
  1353. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1354. default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
  1355. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1356. default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
  1357. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1358. default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
  1359. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1360. default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
  1361. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1362. default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
  1363. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1364. default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
  1365. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1366. default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
  1367. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1368. default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
  1369. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1370. default | default | :8200 | ALL | /system/plug/ad/info/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
  1371. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1372. default | default | :8200 | ALL | /system/plug/ad/info/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
  1373. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1374. default | default | :8200 | ALL | /system/plug/ad/info/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
  1375. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1376. default | default | :8200 | ALL | /system/plug/ad/info/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
  1377. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1378. default | default | :8200 | ALL | /system/plug/ad/info/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
  1379. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1380. default | default | :8200 | ALL | /system/plug/ad/type/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
  1381. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1382. default | default | :8200 | ALL | /system/plug/ad/type/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
  1383. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1384. default | default | :8200 | ALL | /system/plug/ad/type/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
  1385. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1386. default | default | :8200 | ALL | /system/plug/ad/type/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
  1387. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1388. default | default | :8200 | ALL | /system/plug/ad/type/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
  1389. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1390. default | default | :8200 | ALL | /system/plug/ad/type/type | gfast/app/controller/admin.(*AdType).Type | middleWare.Auth
  1391. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1392. default | default | :8200 | ALL | /system/plug/link/info/add | gfast/app/controller/admin.(*PlugLink).Add | middleWare.Auth
  1393. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1394. default | default | :8200 | ALL | /system/plug/link/info/delete | gfast/app/controller/admin.(*PlugLink).Delete | middleWare.Auth
  1395. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1396. default | default | :8200 | ALL | /system/plug/link/info/edit | gfast/app/controller/admin.(*PlugLink).Edit | middleWare.Auth
  1397. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1398. default | default | :8200 | ALL | /system/plug/link/info/list | gfast/app/controller/admin.(*PlugLink).List | middleWare.Auth
  1399. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1400. default | default | :8200 | ALL | /system/plug/link/info/sort | gfast/app/controller/admin.(*PlugLink).Sort | middleWare.Auth
  1401. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1402. default | default | :8200 | ALL | /system/plug/link/type/add | gfast/app/controller/admin.(*LinkType).Add | middleWare.Auth
  1403. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1404. default | default | :8200 | ALL | /system/plug/link/type/delete | gfast/app/controller/admin.(*LinkType).Delete | middleWare.Auth
  1405. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1406. default | default | :8200 | ALL | /system/plug/link/type/edit | gfast/app/controller/admin.(*LinkType).Edit | middleWare.Auth
  1407. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1408. default | default | :8200 | ALL | /system/plug/link/type/list | gfast/app/controller/admin.(*LinkType).List | middleWare.Auth
  1409. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1410. default | default | :8200 | ALL | /system/plug/link/type/sort | gfast/app/controller/admin.(*LinkType).Sort | middleWare.Auth
  1411. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1412. default | default | :8200 | ALL | /system/plug/link/type/type | gfast/app/controller/admin.(*LinkType).Type | middleWare.Auth
  1413. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1414. default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
  1415. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1416. default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
  1417. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1418. default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
  1419. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1420. default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
  1421. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1422. default | default | :8200 | ALL | /system/tools/gen/batchGenCode | gfast/app/controller/admin.(*Gen).BatchGenCode | middleWare.Auth
  1423. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1424. default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
  1425. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1426. default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
  1427. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1428. default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
  1429. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1430. default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
  1431. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1432. default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
  1433. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1434. default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
  1435. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1436. default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
  1437. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1438. default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
  1439. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1440. default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
  1441. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1442. default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
  1443. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1444. default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
  1445. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1446. default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
  1447. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1448. default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
  1449. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1450. default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
  1451. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1452. default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
  1453. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|
  1454. default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
  1455. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|