zhangqian
2023-12-01 c5b867e4bd11d6f480ccadc0882a81f6b7b6d521
change router
4个文件已修改
10 ■■■■■ 已修改文件
docs/docs.go 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.json 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.yaml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
router/index.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/docs.go
@@ -1650,6 +1650,9 @@
                "endTime": {
                    "type": "integer"
                },
                "finishedQuantity": {
                    "type": "integer"
                },
                "id": {
                    "type": "integer"
                },
docs/swagger.json
@@ -1638,6 +1638,9 @@
                "endTime": {
                    "type": "integer"
                },
                "finishedQuantity": {
                    "type": "integer"
                },
                "id": {
                    "type": "integer"
                },
docs/swagger.yaml
@@ -509,6 +509,8 @@
        type: string
      endTime:
        type: integer
      finishedQuantity:
        type: integer
      id:
        type: integer
      procedure:
router/index.go
@@ -96,7 +96,7 @@
    dashboardApi := new(v1.DashboardApi)
    dashboardGroup := v1Group.Group("dashboard")
    {
        dashboardGroup.POST("dashboard", dashboardApi.Dashboard) //驾驶舱
        dashboardGroup.GET("dashboard", dashboardApi.Dashboard) //驾驶舱
    }
    //eventsApi := new(v1.EventsApi)