@@ -10,29 +10,29 @@ import ( | |||||
// FinanceIndexTotal | // FinanceIndexTotal | ||||
// @Summary 统计数据 | // @Summary 统计数据 | ||||
// @Tags 首页------嘉俊 | |||||
// @Description 首页-统计数据 | |||||
// @Tags 财务首页------嘉俊 | |||||
// @Description 财务首页-统计数据 | |||||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | // @param Authorization header string true "验证参数Bearer和token空格拼接" | ||||
// @Accept json | // @Accept json | ||||
// @Produce json | // @Produce json | ||||
// @Success 200 {string} "具体看返回内容 这是data里面的数据" | // @Success 200 {string} "具体看返回内容 这是data里面的数据" | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/index/total [GET] | |||||
// @Router /api/financeIndex/total [GET] | |||||
func FinanceIndexTotal(c *gin.Context) { | func FinanceIndexTotal(c *gin.Context) { | ||||
svc.FinanceIndexTotal(c) | svc.FinanceIndexTotal(c) | ||||
} | } | ||||
// FinanceIndexAppList | // FinanceIndexAppList | ||||
// @Summary 应用数据 | // @Summary 应用数据 | ||||
// @Tags 首页------嘉俊 | |||||
// @Description 首页-应用数据 | |||||
// @Tags 财务首页------嘉俊 | |||||
// @Description 财务首页-应用数据 | |||||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | // @param Authorization header string true "验证参数Bearer和token空格拼接" | ||||
// @Accept json | // @Accept json | ||||
// @Produce json | // @Produce json | ||||
// @Param args body md.IndexAppListReq true "请求参数" | // @Param args body md.IndexAppListReq true "请求参数" | ||||
// @Success 200 {object} md.IndexAppListRes "具体看返回内容 这是data里面的数据" | // @Success 200 {object} md.IndexAppListRes "具体看返回内容 这是data里面的数据" | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/index/app/list [POST] | |||||
// @Router /api/financeIndex/app/list [POST] | |||||
func FinanceIndexAppList(c *gin.Context) { | func FinanceIndexAppList(c *gin.Context) { | ||||
var req md.IndexAppListReq | var req md.IndexAppListReq | ||||
err := c.ShouldBindJSON(&req) | err := c.ShouldBindJSON(&req) | ||||
@@ -49,15 +49,15 @@ func FinanceIndexAppList(c *gin.Context) { | |||||
// FinanceIndexAppListTable | // FinanceIndexAppListTable | ||||
// @Summary 应用数据-每个应用的折线图 | // @Summary 应用数据-每个应用的折线图 | ||||
// @Tags 首页------嘉俊 | |||||
// @Description 首页-应用数据-每个应用的折线图 | |||||
// @Tags 财务首页------嘉俊 | |||||
// @Description 财务首页-应用数据-每个应用的折线图 | |||||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | // @param Authorization header string true "验证参数Bearer和token空格拼接" | ||||
// @Accept json | // @Accept json | ||||
// @Produce json | // @Produce json | ||||
// @Param args body md.IndexAppListTableReq true "请求参数" | // @Param args body md.IndexAppListTableReq true "请求参数" | ||||
// @Success 200 {string} "具体看返回内容 " | // @Success 200 {string} "具体看返回内容 " | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/index/app/list/table [POST] | |||||
// @Router /api/financeIndex/app/list/table [POST] | |||||
func FinanceIndexAppListTable(c *gin.Context) { | func FinanceIndexAppListTable(c *gin.Context) { | ||||
var req md.IndexAppListTableReq | var req md.IndexAppListTableReq | ||||
err := c.ShouldBindJSON(&req) | err := c.ShouldBindJSON(&req) | ||||
@@ -10,29 +10,29 @@ import ( | |||||
// OperatorIndexTotal | // OperatorIndexTotal | ||||
// @Summary 统计数据 | // @Summary 统计数据 | ||||
// @Tags 首页------嘉俊 | |||||
// @Description 首页-统计数据 | |||||
// @Tags 运营首页------嘉俊 | |||||
// @Description 运营首页-统计数据 | |||||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | // @param Authorization header string true "验证参数Bearer和token空格拼接" | ||||
// @Accept json | // @Accept json | ||||
// @Produce json | // @Produce json | ||||
// @Success 200 {string} "具体看返回内容 这是data里面的数据" | // @Success 200 {string} "具体看返回内容 这是data里面的数据" | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/index/total [GET] | |||||
// @Router /api/operatorIndex/total [GET] | |||||
func OperatorIndexTotal(c *gin.Context) { | func OperatorIndexTotal(c *gin.Context) { | ||||
svc.OperatorIndexTotal(c) | svc.OperatorIndexTotal(c) | ||||
} | } | ||||
// OperatorIndexAppList | // OperatorIndexAppList | ||||
// @Summary 应用数据 | // @Summary 应用数据 | ||||
// @Tags 首页------嘉俊 | |||||
// @Description 首页-应用数据 | |||||
// @Tags 运营首页------嘉俊 | |||||
// @Description 运营首页-应用数据 | |||||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | // @param Authorization header string true "验证参数Bearer和token空格拼接" | ||||
// @Accept json | // @Accept json | ||||
// @Produce json | // @Produce json | ||||
// @Param args body md.IndexAppListReq true "请求参数" | // @Param args body md.IndexAppListReq true "请求参数" | ||||
// @Success 200 {object} md.IndexAppListRes "具体看返回内容 这是data里面的数据" | // @Success 200 {object} md.IndexAppListRes "具体看返回内容 这是data里面的数据" | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/index/app/list [POST] | |||||
// @Router /api/operatorIndex/app/list [POST] | |||||
func OperatorIndexAppList(c *gin.Context) { | func OperatorIndexAppList(c *gin.Context) { | ||||
var req md.IndexAppListReq | var req md.IndexAppListReq | ||||
err := c.ShouldBindJSON(&req) | err := c.ShouldBindJSON(&req) | ||||
@@ -49,15 +49,15 @@ func OperatorIndexAppList(c *gin.Context) { | |||||
// OperatorIndexAppListTable | // OperatorIndexAppListTable | ||||
// @Summary 应用数据-每个应用的折线图 | // @Summary 应用数据-每个应用的折线图 | ||||
// @Tags 首页------嘉俊 | |||||
// @Description 首页-应用数据-每个应用的折线图 | |||||
// @Tags 运营首页------嘉俊 | |||||
// @Description 运营首页-应用数据-每个应用的折线图 | |||||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | // @param Authorization header string true "验证参数Bearer和token空格拼接" | ||||
// @Accept json | // @Accept json | ||||
// @Produce json | // @Produce json | ||||
// @Param args body md.IndexAppListTableReq true "请求参数" | // @Param args body md.IndexAppListTableReq true "请求参数" | ||||
// @Success 200 {string} "具体看返回内容 " | // @Success 200 {string} "具体看返回内容 " | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/index/app/list/table [POST] | |||||
// @Router /api/operatorIndex/app/list/table [POST] | |||||
func OperatorIndexAppListTable(c *gin.Context) { | func OperatorIndexAppListTable(c *gin.Context) { | ||||
var req md.IndexAppListTableReq | var req md.IndexAppListTableReq | ||||
err := c.ShouldBindJSON(&req) | err := c.ShouldBindJSON(&req) | ||||