Browse Source

update

master
shenjiachi 1 day ago
parent
commit
f7e107e852
4 changed files with 16 additions and 16 deletions
  1. +4
    -4
      app/hdl/institutional_management/egg_energy/hdl_user_coin.go
  2. +4
    -4
      docs/docs.go
  3. +4
    -4
      docs/swagger.json
  4. +4
    -4
      docs/swagger.yaml

+ 4
- 4
app/hdl/institutional_management/egg_energy/hdl_user_coin.go View File

@@ -178,9 +178,9 @@ func GetEggEnergyUserCoinFlowList(c *gin.Context) {
} }


// GetEggPointsUserCoinList // GetEggPointsUserCoinList
// @Summary 制度中心-绿色能量持有者明细-绿色能量(获取)
// @Summary 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)
// @Tags 公排管理 // @Tags 公排管理
// @Description 绿色能量(获取)
// @Description 蛋蛋积分持有者明细(获取)
// @Accept json // @Accept json
// @Produce json // @Produce json
// @param Authorization header string true "验证参数Bearer和token空格拼接" // @param Authorization header string true "验证参数Bearer和token空格拼接"
@@ -281,9 +281,9 @@ func GetEggPointsUserCoinList(c *gin.Context) {
} }


// GetEggPointsUserCoinFlowList // GetEggPointsUserCoinFlowList
// @Summary 制度中心-绿色能量持有者明细-绿色能量持有流水(查询)
// @Summary 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)
// @Tags 公排管理 // @Tags 公排管理
// @Description 绿色能量持有流水(查询)
// @Description 蛋蛋积分流水明细(查询)
// @Accept json // @Accept json
// @Produce json // @Produce json
// @param Authorization header string true "验证参数Bearer和token空格拼接" // @param Authorization header string true "验证参数Bearer和token空格拼接"


+ 4
- 4
docs/docs.go View File

@@ -1138,7 +1138,7 @@ const docTemplate = `{
}, },
"/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
"post": { "post": {
"description": "绿色能量(获取)",
"description": "蛋蛋积分持有者明细(获取)",
"consumes": [ "consumes": [
"application/json" "application/json"
], ],
@@ -1148,7 +1148,7 @@ const docTemplate = `{
"tags": [ "tags": [
"公排管理" "公排管理"
], ],
"summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@@ -1184,7 +1184,7 @@ const docTemplate = `{
}, },
"/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
"post": { "post": {
"description": "绿色能量持有流水(查询)",
"description": "蛋蛋积分流水明细(查询)",
"consumes": [ "consumes": [
"application/json" "application/json"
], ],
@@ -1194,7 +1194,7 @@ const docTemplate = `{
"tags": [ "tags": [
"公排管理" "公排管理"
], ],
"summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",


+ 4
- 4
docs/swagger.json View File

@@ -1131,7 +1131,7 @@
}, },
"/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": { "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
"post": { "post": {
"description": "绿色能量(获取)",
"description": "蛋蛋积分持有者明细(获取)",
"consumes": [ "consumes": [
"application/json" "application/json"
], ],
@@ -1141,7 +1141,7 @@
"tags": [ "tags": [
"公排管理" "公排管理"
], ],
"summary": "制度中心-绿色能量持有者明细-绿色能量(获取)",
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",
@@ -1177,7 +1177,7 @@
}, },
"/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": { "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
"post": { "post": {
"description": "绿色能量持有流水(查询)",
"description": "蛋蛋积分流水明细(查询)",
"consumes": [ "consumes": [
"application/json" "application/json"
], ],
@@ -1187,7 +1187,7 @@
"tags": [ "tags": [
"公排管理" "公排管理"
], ],
"summary": "制度中心-绿色能量持有者明细-绿色能量持有流水(查询)",
"summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
"parameters": [ "parameters": [
{ {
"type": "string", "type": "string",


+ 4
- 4
docs/swagger.yaml View File

@@ -3332,7 +3332,7 @@ paths:
post: post:
consumes: consumes:
- application/json - application/json
description: 绿色能量(获取)
description: 蛋蛋积分持有者明细(获取)
parameters: parameters:
- description: 验证参数Bearer和token空格拼接 - description: 验证参数Bearer和token空格拼接
in: header in: header
@@ -3355,14 +3355,14 @@ paths:
description: 具体错误 description: 具体错误
schema: schema:
$ref: '#/definitions/md.Response' $ref: '#/definitions/md.Response'
summary: 制度中心-绿色能量持有者明细-绿色能量(获取)
summary: 制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)
tags: tags:
- 公排管理 - 公排管理
/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList: /api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList:
post: post:
consumes: consumes:
- application/json - application/json
description: 绿色能量持有流水(查询)
description: 蛋蛋积分流水明细(查询)
parameters: parameters:
- description: 验证参数Bearer和token空格拼接 - description: 验证参数Bearer和token空格拼接
in: header in: header
@@ -3386,7 +3386,7 @@ paths:
description: 具体错误 description: 具体错误
schema: schema:
$ref: '#/definitions/md.Response' $ref: '#/definitions/md.Response'
summary: 制度中心-绿色能量持有者明细-绿色能量持有流水(查询)
summary: 制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)
tags: tags:
- 公排管理 - 公排管理
/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd: /api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd:


Loading…
Cancel
Save