| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079 |
- 2020-07-14 09:12:41.604 14580: http server started listening on [:8200]
- SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/model/add | gfast/app/controller/admin.(*Model).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/model/list | gfast/app/controller/admin.(*Model).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- 2020-07-14 09:13:59.415 17024: http server started listening on [:8200]
- SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/add | gfast/app/controller/admin.(*CmsMenu).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/delete | gfast/app/controller/admin.(*CmsMenu).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/edit | gfast/app/controller/admin.(*CmsMenu).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/list | gfast/app/controller/admin.(*CmsMenu).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/menu/sort | gfast/app/controller/admin.(*CmsMenu).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/add | gfast/app/controller/admin.(*CmsNews).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/delete | gfast/app/controller/admin.(*CmsNews).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/edit | gfast/app/controller/admin.(*CmsNews).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/cms/news/list | gfast/app/controller/admin.(*CmsNews).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/add | gfast/app/controller/admin.(*ModelCategory).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/delete | gfast/app/controller/admin.(*ModelCategory).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/edit | gfast/app/controller/admin.(*ModelCategory).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/list | gfast/app/controller/admin.(*ModelCategory).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/category/sort | gfast/app/controller/admin.(*ModelCategory).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/model/add | gfast/app/controller/admin.(*Model).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/model/model/list | gfast/app/controller/admin.(*Model).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/add | gfast/app/controller/admin.(*AdType).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/delete | gfast/app/controller/admin.(*AdType).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/edit | gfast/app/controller/admin.(*AdType).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/list | gfast/app/controller/admin.(*AdType).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/adType/sort | gfast/app/controller/admin.(*AdType).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/add | gfast/app/controller/admin.(*PlugAd).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/delete | gfast/app/controller/admin.(*PlugAd).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/edit | gfast/app/controller/admin.(*PlugAd).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/list | gfast/app/controller/admin.(*PlugAd).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/plug/plugAd/sort | gfast/app/controller/admin.(*PlugAd).Sort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- 2020-07-14 09:22:48.684 4592: http server started listening on [:8200]
- SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- 2020-07-14 09:27:24.184 16428: http server started listening on [:8200]
- 2020-07-14 09:28:37.333 16536: http server started listening on [:8200]
- SERVER | DOMAIN | ADDRESS | METHOD | ROUTE | HANDLER | MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /* | gfast/middleWare.CORS | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/*action | github.com/gogf/gf/net/ghttp.(*utilPProf).Index-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/cmdline | github.com/gogf/gf/net/ghttp.(*utilPProf).Cmdline-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/profile | github.com/gogf/gf/net/ghttp.(*utilPProf).Profile-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/symbol | github.com/gogf/gf/net/ghttp.(*utilPProf).Symbol-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /debug/pprof/trace | github.com/gogf/gf/net/ghttp.(*utilPProf).Trace-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/index/index | gfast/app/controller/front.(*Index).Index |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /front/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /pub_upload/* | gfast/router.init.0.func1 | HOOK_BEFORE_SERVE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/login | github.com/goflyfox/gtoken/gtoken.(*GfToken).Login-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/logout | github.com/goflyfox/gtoken/gtoken.(*GfToken).Logout-fm |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /sysLogin/public/verify | gfast/app/controller/admin.(*Public).Verify |
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware-fm | GLOBAL MIDDLEWARE
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/* | gfast/hook.OperationLog | HOOK_AFTER_OUTPUT
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addMenu | gfast/app/controller/admin.(*Auth).AddMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addRole | gfast/app/controller/admin.(*Auth).AddRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/addUser | gfast/app/controller/admin.(*Auth).AddUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/changeUserStatus | gfast/app/controller/admin.(*Auth).ChangeUserStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteAdmin | gfast/app/controller/admin.(*Auth).DeleteAdmin | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteMenu | gfast/app/controller/admin.(*Auth).DeleteMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/deleteRole | gfast/app/controller/admin.(*Auth).DeleteRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editMenu | gfast/app/controller/admin.(*Auth).EditMenu | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editRole | gfast/app/controller/admin.(*Auth).EditRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/editUser | gfast/app/controller/admin.(*Auth).EditUser | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuList | gfast/app/controller/admin.(*Auth).MenuList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/menuSort | gfast/app/controller/admin.(*Auth).MenuSort | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/resetUserPwd | gfast/app/controller/admin.(*Auth).ResetUserPwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleDataScope | gfast/app/controller/admin.(*Auth).RoleDataScope | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/roleList | gfast/app/controller/admin.(*Auth).RoleList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/statusSetRole | gfast/app/controller/admin.(*Auth).StatusSetRole | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/auth/userList | gfast/app/controller/admin.(*Auth).UserList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/add | gfast/app/controller/admin.(*Dict).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataAdd | gfast/app/controller/admin.(*Dict).DataAdd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataDelete | gfast/app/controller/admin.(*Dict).DataDelete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataEdit | gfast/app/controller/admin.(*Dict).DataEdit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/dataList | gfast/app/controller/admin.(*Dict).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/delete | gfast/app/controller/admin.(*Dict).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/edit | gfast/app/controller/admin.(*Dict).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/list | gfast/app/controller/admin.(*Dict).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/optionSelect | gfast/app/controller/admin.(*Dict).OptionSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysCommonStatus | gfast/app/controller/admin.(*Dict).SysCommonStatus | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/dict/sysNormalDisable | gfast/app/controller/admin.(*Dict).SysNormalDisable | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/add | gfast/app/controller/admin.(*Params).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/delete | gfast/app/controller/admin.(*Params).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/edit | gfast/app/controller/admin.(*Params).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/config/params/list | gfast/app/controller/admin.(*Params).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/addDept | gfast/app/controller/admin.(*Dept).AddDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/delDept | gfast/app/controller/admin.(*Dept).DelDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/editDept | gfast/app/controller/admin.(*Dept).EditDept | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/exclude | gfast/app/controller/admin.(*Dept).Exclude | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/list | gfast/app/controller/admin.(*Dept).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/roleDeptTreeSelect | gfast/app/controller/admin.(*Dept).RoleDeptTreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/dept/treeSelect | gfast/app/controller/admin.(*Dept).TreeSelect | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getInfo | gfast/app/controller/admin.(*Index).GetInfo | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/index/getRouters | gfast/app/controller/admin.(*Index).GetRouters | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/add | gfast/app/controller/admin.(*MonitorJob).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/delete | gfast/app/controller/admin.(*MonitorJob).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/details | gfast/app/controller/admin.(*MonitorJob).Details | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/edit | gfast/app/controller/admin.(*MonitorJob).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/list | gfast/app/controller/admin.(*MonitorJob).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/start | gfast/app/controller/admin.(*MonitorJob).Start | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/job/stop | gfast/app/controller/admin.(*MonitorJob).Stop | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/clear | gfast/app/controller/admin.(*MonitorLoginLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/delete | gfast/app/controller/admin.(*MonitorLoginLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/loginlog/list | gfast/app/controller/admin.(*MonitorLoginLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/forceLogout | gfast/app/controller/admin.(*MonitorOnline).ForceLogout | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/online/list | gfast/app/controller/admin.(*MonitorOnline).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/clear | gfast/app/controller/admin.(*MonitorOperationLog).Clear | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/delete | gfast/app/controller/admin.(*MonitorOperationLog).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/detail | gfast/app/controller/admin.(*MonitorOperationLog).Detail | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/operlog/list | gfast/app/controller/admin.(*MonitorOperationLog).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/monitor/server/info | gfast/app/controller/admin.(*MonitorServer).Info | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/add | gfast/app/controller/admin.(*Post).Add | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/delete | gfast/app/controller/admin.(*Post).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/edit | gfast/app/controller/admin.(*Post).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/post/list | gfast/app/controller/admin.(*Post).List | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/columnList | gfast/app/controller/admin.(*Gen).ColumnList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/dataList | gfast/app/controller/admin.(*Gen).DataList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/delete | gfast/app/controller/admin.(*Gen).Delete | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/editSave | gfast/app/controller/admin.(*Gen).EditSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/importTableSave | gfast/app/controller/admin.(*Gen).ImportTableSave | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/preview | gfast/app/controller/admin.(*Gen).Preview | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/tools/gen/tableList | gfast/app/controller/admin.(*Gen).TableList | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/ckEditorUp | gfast/app/controller/admin.(*Upload).CkEditorUp | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFile | gfast/app/controller/admin.(*Upload).UpFile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upFiles | gfast/app/controller/admin.(*Upload).UpFiles | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImg | gfast/app/controller/admin.(*Upload).UpImg | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | POST | /system/upload/upImgs | gfast/app/controller/admin.(*Upload).UpImgs | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/avatar | gfast/app/controller/admin.(*User).Avatar | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/edit | gfast/app/controller/admin.(*User).Edit | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/profile | gfast/app/controller/admin.(*User).Profile | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
- default | default | :8200 | ALL | /system/user/updatePwd | gfast/app/controller/admin.(*User).UpdatePwd | middleWare.Auth
- |---------|---------|---------|--------|--------------------------------------|----------------------------------------------------------------|-------------------|
|