diff --git a/app/hdl/hdl_points_center.go b/app/hdl/hdl_points_center.go index dd3eff6..2b753b8 100644 --- a/app/hdl/hdl_points_center.go +++ b/app/hdl/hdl_points_center.go @@ -427,3 +427,7 @@ func GetContributionValueFlow(c *gin.Context) { e.OutSuc(c, resp, nil) } + +func GetEggPointRecord(c *gin.Context) { + +} diff --git a/app/router/router.go b/app/router/router.go index 4b34001..43b83c8 100644 --- a/app/router/router.go +++ b/app/router/router.go @@ -90,6 +90,7 @@ func route(r *gin.RouterGroup) { rPointsCenter.POST("/exchangeEnergy", hdl.ExchangeEnergy) // 积分中心-能量兑换 rPointsCenter.GET("/contributionValue", hdl.GetContributionValue) // 积分中心-贡献值 rPointsCenter.GET("/contributionValueFlow", hdl.GetContributionValueFlow) // 积分中心-贡献值明细 + rPointsCenter.GET("/record", hdl.GetEggPointRecord) // 积分中心-蛋蛋分历史记录 } } diff --git a/go.mod b/go.mod index a27006d..4ddfbca 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 // replace code.fnuoos.com/EggPlanet/egg_models.git => E:/company/Egg/egg_models // -//replace code.fnuoos.com/EggPlanet/egg_system_rules.git => E:/company/Egg/egg_system_rules +// replace code.fnuoos.com/EggPlanet/egg_system_rules.git => E:/company/Egg/egg_system_rules require ( github.com/boombuler/barcode v1.0.1 @@ -32,7 +32,7 @@ require ( ) require ( - code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241122104932-0eac76d1a591 + code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241122012509-ceb61ba8203c code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241122112751-6744679ac54a code.fnuoos.com/go_rely_warehouse/zyos_go_es.git v1.0.1-0.20241118083738-0f22da9ba0be code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5