@@ -122,7 +122,7 @@ func GetEggEnergyUserCoinList(c *gin.Context) { | |||||
// @Param req body md.GetActivePointsUserCoinFlowListReq true "至少传入 货币类型 ID 用户 UID 页数 每页大小" | // @Param req body md.GetActivePointsUserCoinFlowListReq true "至少传入 货币类型 ID 用户 UID 页数 每页大小" | ||||
// @Success 200 {object} md.GetActivePointsUserCoinFlowListResp "成功返回" | // @Success 200 {object} md.GetActivePointsUserCoinFlowListResp "成功返回" | ||||
// @Failure 400 {object} md.Response "具体错误" | // @Failure 400 {object} md.Response "具体错误" | ||||
// @Router /api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList [post] | |||||
// @Router /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList [post] | |||||
func GetEggEnergyUserCoinFlowList(c *gin.Context) { | func GetEggEnergyUserCoinFlowList(c *gin.Context) { | ||||
var req *md.GetActivePointsUserCoinFlowListReq | var req *md.GetActivePointsUserCoinFlowListReq | ||||
if err1 := c.ShouldBindJSON(&req); err1 != nil { | if err1 := c.ShouldBindJSON(&req); err1 != nil { | ||||
@@ -1043,7 +1043,7 @@ const docTemplate = `{ | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
"/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": { | |||||
"/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": { | |||||
"post": { | "post": { | ||||
"description": "蛋蛋能量流水(查询)", | "description": "蛋蛋能量流水(查询)", | ||||
"consumes": [ | "consumes": [ | ||||
@@ -1036,7 +1036,7 @@ | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
"/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList": { | |||||
"/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": { | |||||
"post": { | "post": { | ||||
"description": "蛋蛋能量流水(查询)", | "description": "蛋蛋能量流水(查询)", | ||||
"consumes": [ | "consumes": [ | ||||
@@ -3267,7 +3267,7 @@ paths: | |||||
summary: 制度中心-蛋蛋能量-会员设置(更新) | summary: 制度中心-蛋蛋能量-会员设置(更新) | ||||
tags: | tags: | ||||
- 蛋蛋能量 | - 蛋蛋能量 | ||||
/api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList: | |||||
/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList: | |||||
post: | post: | ||||
consumes: | consumes: | ||||
- application/json | - application/json | ||||