1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 172.24.3.23:22379
- [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- - using env: export GIN_MODE=release
- - using code: gin.SetMode(gin.ReleaseMode)
- [GIN-debug] GET /swagger/*any --> github.com/swaggo/gin-swagger.CustomWrapHandler.func1 (1 handlers)
- [GIN-debug] GET /ping --> adm-gateway/route.SetupRoute.func2 (3 handlers)
- [GIN-debug] POST /api/v1.0/login --> adm-gateway/controller/v1%2e0.(*Controller).Login-fm (3 handlers)
- [GIN-debug] GET /api/v1.0/brand/ --> adm-gateway/controller/v1%2e0.(*Controller).Brand-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/brand/search --> adm-gateway/controller/v1%2e0.(*Controller).Search-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/brand/ --> adm-gateway/controller/v1%2e0.(*Controller).UpdateBrand-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/brand/maker --> adm-gateway/controller/v1%2e0.(*Controller).Maker-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/brand/maker --> adm-gateway/controller/v1%2e0.(*Controller).UpdateMaker-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/series/ --> adm-gateway/controller/v1%2e0.(*Controller).Series-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/series/ --> adm-gateway/controller/v1%2e0.(*Controller).UpdateSeries-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/style/ --> adm-gateway/controller/v1%2e0.(*Controller).StyleList-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/style/ --> adm-gateway/controller/v1%2e0.(*Controller).UpdateStyle-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/style/config/:id --> adm-gateway/controller/v1%2e0.(*Controller).StyleInfo-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/style/config/ --> adm-gateway/controller/v1%2e0.(*Controller).UpdateStyleConfig-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/style/export --> adm-gateway/controller/v1%2e0.(*Controller).ExportStyle-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/style/export_task --> adm-gateway/controller/v1%2e0.(*Controller).ExportStyleTaskList-fm (4 handlers)
- [GIN-debug] DELETE /api/v1.0/style/export_task/:id --> adm-gateway/controller/v1%2e0.(*Controller).DeleteExportStyleTask-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/data_management/ --> adm-gateway/controller/v1%2e0.(*Controller).DataList-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/data_management/table_struct --> adm-gateway/controller/v1%2e0.(*Controller).TableStruct-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/data_management/relation --> adm-gateway/controller/v1%2e0.(*Controller).Relation-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/data_management/search --> adm-gateway/controller/v1%2e0.(*Controller).SearchData-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/data_management/search_level --> adm-gateway/controller/v1%2e0.(*Controller).SearchLevel-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/data_management/relation/ --> adm-gateway/controller/v1%2e0.(*Controller).Switch-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/task_management/ --> adm-gateway/controller/v1%2e0.(*Controller).TaskList-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/task_management/dependency --> adm-gateway/controller/v1%2e0.(*Controller).Dependency-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/task_management/search --> adm-gateway/controller/v1%2e0.(*Controller).SearchTask-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/task_management/relation --> adm-gateway/controller/v1%2e0.(*Controller).DataSourceRelation-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/upload/ --> adm-gateway/controller/v1%2e0.(*Controller).Upload-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/maintainace/manual --> adm-gateway/controller/v1%2e0.(*Controller).GetMaintainaceManual-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/maintainace/item_list --> adm-gateway/controller/v1%2e0.(*Controller).GetItemList-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/maintainace/manual --> adm-gateway/controller/v1%2e0.(*Controller).UpdateManual-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/maintainace/info --> adm-gateway/controller/v1%2e0.(*Controller).GetMaintainaceManualInfo-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/maintainace/style_item --> adm-gateway/controller/v1%2e0.(*Controller).GetStyleItem-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/maintainace/c2/list --> adm-gateway/controller/v1%2e0.(*Controller).GetC2List-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/maintainace/style_item --> adm-gateway/controller/v1%2e0.(*Controller).UpdateStyleItem-fm (4 handlers)
- [GIN-debug] DELETE /api/v1.0/maintainace/manual/:id --> adm-gateway/controller/v1%2e0.(*Controller).DeleteMaintainace-fm (4 handlers)
- [GIN-debug] DELETE /api/v1.0/maintainace/style_item/:id --> adm-gateway/controller/v1%2e0.(*Controller).DeleteStyleItem-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/manual_task/ --> adm-gateway/controller/v1%2e0.(*Controller).ManualTask-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/manual_task/source --> adm-gateway/controller/v1%2e0.(*Controller).Source-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/manual_task/task --> adm-gateway/controller/v1%2e0.(*Controller).Task-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/manual_task/create --> adm-gateway/controller/v1%2e0.(*Controller).Create-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/manual_task/create/upload --> adm-gateway/controller/v1%2e0.(*Controller).UploadFile-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/field/ --> adm-gateway/controller/v1%2e0.(*Controller).Field-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/field/excel --> adm-gateway/controller/v1%2e0.(*Controller).Excel-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/api/ --> adm-gateway/controller/v1%2e0.(*Controller).APIList-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/api/check --> adm-gateway/controller/v1%2e0.(*Controller).CheckAPI-fm (4 handlers)
- [GIN-debug] DELETE /api/v1.0/api/delete/:api_id --> adm-gateway/controller/v1%2e0.(*Controller).DeleteAPI-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/api/key --> adm-gateway/controller/v1%2e0.(*Controller).KeyList-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/api/key/create --> adm-gateway/controller/v1%2e0.(*Controller).CreateKey-fm (4 handlers)
- [GIN-debug] DELETE /api/v1.0/api/delete/key/:key --> adm-gateway/controller/v1%2e0.(*Controller).DeleteKey-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/api/search/all_api --> adm-gateway/controller/v1%2e0.(*Controller).AllAPI-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/api/search/all_key --> adm-gateway/controller/v1%2e0.(*Controller).AllKey-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/api/use_key --> adm-gateway/controller/v1%2e0.(*Controller).UseAPI-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/api/update_api --> adm-gateway/controller/v1%2e0.(*Controller).UpdateAPI-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/style_map_management/ --> adm-gateway/controller/v1%2e0.(*Controller).StyleMap-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/style_map_management/ --> adm-gateway/controller/v1%2e0.(*Controller).EditMap-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/style_map_management/all_source --> adm-gateway/controller/v1%2e0.(*Controller).AllSource-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/announcement/ --> adm-gateway/controller/v1%2e0.(*Controller).AnnouncementList-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/announcement/edit --> adm-gateway/controller/v1%2e0.(*Controller).EditList-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/data_import/data_import_template --> adm-gateway/controller/v1%2e0.(*Controller).DataImportTemplate-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/data_import/create_template --> adm-gateway/controller/v1%2e0.(*Controller).CreateTemplate-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/data_import/edit_template --> adm-gateway/controller/v1%2e0.(*Controller).EditTemplate-fm (4 handlers)
- [GIN-debug] DELETE /api/v1.0/data_import/delete_template/:id --> adm-gateway/controller/v1%2e0.(*Controller).DeleteTemplate-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/data_import/data_import --> adm-gateway/controller/v1%2e0.(*Controller).DataImport-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/template/list --> adm-gateway/controller/v1%2e0.(*Controller).TemplateList-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/template/detail/list --> adm-gateway/controller/v1%2e0.(*Controller).TemplateDetailList-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/template/detail --> adm-gateway/controller/v1%2e0.(*Controller).TemplateDetail-fm (4 handlers)
- [GIN-debug] PUT /api/v1.0/template/detail --> adm-gateway/controller/v1%2e0.(*Controller).UpdateTemplateDetail-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/template/detail --> adm-gateway/controller/v1%2e0.(*Controller).AddTemplateDetail-fm (4 handlers)
- [GIN-debug] POST /api/v1.0/template/detail/choose --> adm-gateway/controller/v1%2e0.(*Controller).ChooseTemplateDetail-fm (4 handlers)
- [GIN-debug] GET /api/v1.0/template/item_list --> adm-gateway/controller/v1%2e0.(*Controller).GetTemplateItemList-fm (4 handlers)
- Listening and serving HTTP on 0.0.0.0:41003
|