|
|
@@ -122,7 +122,7 @@ func GetEggEnergyUserCoinList(c *gin.Context) { |
|
|
|
// @Param req body md.GetActivePointsUserCoinFlowListReq true "至少传入 货币类型 ID 用户 UID 页数 每页大小" |
|
|
|
// @Success 200 {object} md.GetActivePointsUserCoinFlowListResp "成功返回" |
|
|
|
// @Failure 400 {object} md.Response "具体错误" |
|
|
|
// @Router /api/institutionalManagement/eggEnergy/userCoin/activePointsUserCoinFlowList [post] |
|
|
|
// @Router /api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList [post] |
|
|
|
func GetEggEnergyUserCoinFlowList(c *gin.Context) { |
|
|
|
var req *md.GetActivePointsUserCoinFlowListReq |
|
|
|
if err1 := c.ShouldBindJSON(&req); err1 != nil { |
|
|
|