feat: 图表功能接口优化,补充SMSC网元
This commit is contained in:
@@ -4,14 +4,14 @@ import (
|
||||
"be.ems/src/framework/i18n"
|
||||
"be.ems/src/framework/utils/ctx"
|
||||
"be.ems/src/framework/vo/result"
|
||||
chartService "be.ems/src/modules/chart/service"
|
||||
"be.ems/src/modules/chart/service"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/gin-gonic/gin/binding"
|
||||
)
|
||||
|
||||
// 实例化控制层 ChartGraphController 结构体
|
||||
var NewChartGraph = &ChartGraphController{
|
||||
chartGraphService: chartService.NewChartGraphImpl,
|
||||
chartGraphService: service.NewChartGraph,
|
||||
}
|
||||
|
||||
// G6关系图
|
||||
@@ -19,7 +19,7 @@ var NewChartGraph = &ChartGraphController{
|
||||
// PATH /graph
|
||||
type ChartGraphController struct {
|
||||
// G6关系图数据表服务
|
||||
chartGraphService chartService.IChartGraph
|
||||
chartGraphService *service.ChartGraph
|
||||
}
|
||||
|
||||
// 获取关系图组名
|
||||
|
||||
Reference in New Issue
Block a user