2020-10-22.log 185 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172
  1. 2020-10-22 16:38:01.711 20472: 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-10-22 17:10:34.581 20572: 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-10-22 17:27:37.141 14264: 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-10-22 17:34:35.479 15504: 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. |---------|---------|---------|--------|------------------------------------|----------------------------------------------------------------|-------------------|