@@ -178,9 +178,9 @@ func GetEggEnergyUserCoinFlowList(c *gin.Context) { | |||
} | |||
// GetEggPointsUserCoinList | |||
// @Summary 制度中心-绿色能量持有者明细-绿色能量(获取) | |||
// @Summary 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取) | |||
// @Tags 公排管理 | |||
// @Description 绿色能量(获取) | |||
// @Description 蛋蛋积分持有者明细(获取) | |||
// @Accept json | |||
// @Produce json | |||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | |||
@@ -281,9 +281,9 @@ func GetEggPointsUserCoinList(c *gin.Context) { | |||
} | |||
// GetEggPointsUserCoinFlowList | |||
// @Summary 制度中心-绿色能量持有者明细-绿色能量持有流水(查询) | |||
// @Summary 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询) | |||
// @Tags 公排管理 | |||
// @Description 绿色能量持有流水(查询) | |||
// @Description 蛋蛋积分流水明细(查询) | |||
// @Accept json | |||
// @Produce json | |||
// @param Authorization header string true "验证参数Bearer和token空格拼接" | |||
@@ -1138,7 +1138,7 @@ const docTemplate = `{ | |||
}, | |||
"/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { | |||
"post": { | |||
"description": "绿色能量(获取)", | |||
"description": "蛋蛋积分持有者明细(获取)", | |||
"consumes": [ | |||
"application/json" | |||
], | |||
@@ -1148,7 +1148,7 @@ const docTemplate = `{ | |||
"tags": [ | |||
"公排管理" | |||
], | |||
"summary": "制度中心-绿色能量持有者明细-绿色能量(获取)", | |||
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)", | |||
"parameters": [ | |||
{ | |||
"type": "string", | |||
@@ -1184,7 +1184,7 @@ const docTemplate = `{ | |||
}, | |||
"/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { | |||
"post": { | |||
"description": "绿色能量持有流水(查询)", | |||
"description": "蛋蛋积分流水明细(查询)", | |||
"consumes": [ | |||
"application/json" | |||
], | |||
@@ -1194,7 +1194,7 @@ const docTemplate = `{ | |||
"tags": [ | |||
"公排管理" | |||
], | |||
"summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)", | |||
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)", | |||
"parameters": [ | |||
{ | |||
"type": "string", | |||
@@ -1131,7 +1131,7 @@ | |||
}, | |||
"/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { | |||
"post": { | |||
"description": "绿色能量(获取)", | |||
"description": "蛋蛋积分持有者明细(获取)", | |||
"consumes": [ | |||
"application/json" | |||
], | |||
@@ -1141,7 +1141,7 @@ | |||
"tags": [ | |||
"公排管理" | |||
], | |||
"summary": "制度中心-绿色能量持有者明细-绿色能量(获取)", | |||
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)", | |||
"parameters": [ | |||
{ | |||
"type": "string", | |||
@@ -1177,7 +1177,7 @@ | |||
}, | |||
"/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { | |||
"post": { | |||
"description": "绿色能量持有流水(查询)", | |||
"description": "蛋蛋积分流水明细(查询)", | |||
"consumes": [ | |||
"application/json" | |||
], | |||
@@ -1187,7 +1187,7 @@ | |||
"tags": [ | |||
"公排管理" | |||
], | |||
"summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)", | |||
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)", | |||
"parameters": [ | |||
{ | |||
"type": "string", | |||
@@ -3332,7 +3332,7 @@ paths: | |||
post: | |||
consumes: | |||
- application/json | |||
description: 绿色能量(获取) | |||
description: 蛋蛋积分持有者明细(获取) | |||
parameters: | |||
- description: 验证参数Bearer和token空格拼接 | |||
in: header | |||
@@ -3355,14 +3355,14 @@ paths: | |||
description: 具体错误 | |||
schema: | |||
$ref: '#/definitions/md.Response' | |||
summary: 制度中心-绿色能量持有者明细-绿色能量(获取) | |||
summary: 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取) | |||
tags: | |||
- 公排管理 | |||
/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList: | |||
post: | |||
consumes: | |||
- application/json | |||
description: 绿色能量持有流水(查询) | |||
description: 蛋蛋积分流水明细(查询) | |||
parameters: | |||
- description: 验证参数Bearer和token空格拼接 | |||
in: header | |||
@@ -3386,7 +3386,7 @@ paths: | |||
description: 具体错误 | |||
schema: | |||
$ref: '#/definitions/md.Response' | |||
summary: 制度中心-绿色能量持有者明细-绿色能量持有流水(查询) | |||
summary: 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询) | |||
tags: | |||
- 公排管理 | |||
/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd: | |||