@@ -70,7 +70,7 @@ func IncomeDataList(c *gin.Context) { | |||||
// @Param args body md.DataCenterGenerateDataReq true "请求参数" | // @Param args body md.DataCenterGenerateDataReq true "请求参数" | ||||
// @Success 200 {object} md.DataCenterIncomeDataRes "具体看返回内容 这是data里面的数据" | // @Success 200 {object} md.DataCenterIncomeDataRes "具体看返回内容 这是data里面的数据" | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/dataCenter/income/data/list [POST] | |||||
// @Router /api/dataCenter/income/data/listForOpen [POST] | |||||
func IncomeDataListForOpen(c *gin.Context) { | func IncomeDataListForOpen(c *gin.Context) { | ||||
var req md.DataCenterGenerateDataForOpenReq | var req md.DataCenterGenerateDataForOpenReq | ||||
err := c.ShouldBindJSON(&req) | err := c.ShouldBindJSON(&req) | ||||
@@ -543,6 +543,53 @@ const docTemplate = `{ | |||||
} | } | ||||
}, | }, | ||||
"/api/dataCenter/income/data/list": { | "/api/dataCenter/income/data/list": { | ||||
"post": { | |||||
"description": "数据中心-收益报表-列表", | |||||
"consumes": [ | |||||
"application/json" | |||||
], | |||||
"produces": [ | |||||
"application/json" | |||||
], | |||||
"tags": [ | |||||
"数据中心------嘉俊" | |||||
], | |||||
"summary": "收益报表-列表", | |||||
"parameters": [ | |||||
{ | |||||
"type": "string", | |||||
"description": "验证参数Bearer和token空格拼接", | |||||
"name": "Authorization", | |||||
"in": "header", | |||||
"required": true | |||||
}, | |||||
{ | |||||
"description": "请求参数", | |||||
"name": "args", | |||||
"in": "body", | |||||
"required": true, | |||||
"schema": { | |||||
"$ref": "#/definitions/md.DataCenterGenerateDataReq" | |||||
} | |||||
} | |||||
], | |||||
"responses": { | |||||
"200": { | |||||
"description": "具体看返回内容 这是data里面的数据", | |||||
"schema": { | |||||
"$ref": "#/definitions/md.DataCenterIncomeDataRes" | |||||
} | |||||
}, | |||||
"400": { | |||||
"description": "具体错误", | |||||
"schema": { | |||||
"$ref": "#/definitions/md.Response" | |||||
} | |||||
} | |||||
} | |||||
} | |||||
}, | |||||
"/api/dataCenter/income/data/listForOpen": { | |||||
"post": { | "post": { | ||||
"description": "数据中心-收益报表-列表", | "description": "数据中心-收益报表-列表", | ||||
"consumes": [ | "consumes": [ | ||||
@@ -17,7 +17,7 @@ | |||||
}, | }, | ||||
"host": "xxxxx.adcms.zhiyingos.cn", | "host": "xxxxx.adcms.zhiyingos.cn", | ||||
"paths": { | "paths": { | ||||
"/api/dataCenter/income/data/list": { | |||||
"/api/dataCenter/income/data/listForOpen": { | |||||
"post": { | "post": { | ||||
"description": "数据中心-收益报表-列表", | "description": "数据中心-收益报表-列表", | ||||
"consumes": [ | "consumes": [ | ||||
@@ -535,6 +535,53 @@ | |||||
} | } | ||||
}, | }, | ||||
"/api/dataCenter/income/data/list": { | "/api/dataCenter/income/data/list": { | ||||
"post": { | |||||
"description": "数据中心-收益报表-列表", | |||||
"consumes": [ | |||||
"application/json" | |||||
], | |||||
"produces": [ | |||||
"application/json" | |||||
], | |||||
"tags": [ | |||||
"数据中心------嘉俊" | |||||
], | |||||
"summary": "收益报表-列表", | |||||
"parameters": [ | |||||
{ | |||||
"type": "string", | |||||
"description": "验证参数Bearer和token空格拼接", | |||||
"name": "Authorization", | |||||
"in": "header", | |||||
"required": true | |||||
}, | |||||
{ | |||||
"description": "请求参数", | |||||
"name": "args", | |||||
"in": "body", | |||||
"required": true, | |||||
"schema": { | |||||
"$ref": "#/definitions/md.DataCenterGenerateDataReq" | |||||
} | |||||
} | |||||
], | |||||
"responses": { | |||||
"200": { | |||||
"description": "具体看返回内容 这是data里面的数据", | |||||
"schema": { | |||||
"$ref": "#/definitions/md.DataCenterIncomeDataRes" | |||||
} | |||||
}, | |||||
"400": { | |||||
"description": "具体错误", | |||||
"schema": { | |||||
"$ref": "#/definitions/md.Response" | |||||
} | |||||
} | |||||
} | |||||
} | |||||
}, | |||||
"/api/dataCenter/income/data/listForOpen": { | |||||
"post": { | "post": { | ||||
"description": "数据中心-收益报表-列表", | "description": "数据中心-收益报表-列表", | ||||
"consumes": [ | "consumes": [ | ||||
@@ -3114,6 +3114,37 @@ paths: | |||||
tags: | tags: | ||||
- 数据中心------嘉俊 | - 数据中心------嘉俊 | ||||
/api/dataCenter/income/data/list: | /api/dataCenter/income/data/list: | ||||
post: | |||||
consumes: | |||||
- application/json | |||||
description: 数据中心-收益报表-列表 | |||||
parameters: | |||||
- description: 验证参数Bearer和token空格拼接 | |||||
in: header | |||||
name: Authorization | |||||
required: true | |||||
type: string | |||||
- description: 请求参数 | |||||
in: body | |||||
name: args | |||||
required: true | |||||
schema: | |||||
$ref: '#/definitions/md.DataCenterGenerateDataReq' | |||||
produces: | |||||
- application/json | |||||
responses: | |||||
"200": | |||||
description: 具体看返回内容 这是data里面的数据 | |||||
schema: | |||||
$ref: '#/definitions/md.DataCenterIncomeDataRes' | |||||
"400": | |||||
description: 具体错误 | |||||
schema: | |||||
$ref: '#/definitions/md.Response' | |||||
summary: 收益报表-列表 | |||||
tags: | |||||
- 数据中心------嘉俊 | |||||
/api/dataCenter/income/data/listForOpen: | |||||
post: | post: | ||||
consumes: | consumes: | ||||
- application/json | - application/json | ||||