Bläddra i källkod

update

master
shenjiachi 1 dag sedan
förälder
incheckning
70a3509150
3 ändrade filer med 7 tillägg och 2 borttagningar
  1. +4
    -0
      app/hdl/hdl_points_center.go
  2. +1
    -0
      app/router/router.go
  3. +2
    -2
      go.mod

+ 4
- 0
app/hdl/hdl_points_center.go Visa fil

@@ -427,3 +427,7 @@ func GetContributionValueFlow(c *gin.Context) {

e.OutSuc(c, resp, nil)
}

func GetEggPointRecord(c *gin.Context) {

}

+ 1
- 0
app/router/router.go Visa fil

@@ -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) // 积分中心-蛋蛋分历史记录
}

}


+ 2
- 2
go.mod Visa fil

@@ -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


Laddar…
Avbryt
Spara