소스 검색

update

tmp
shenjiachi 3 주 전
부모
커밋
a1dc6bee92
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +5
    -2
      app/hdl/hdl_member_center.go

+ 5
- 2
app/hdl/hdl_member_center.go 파일 보기

@@ -12,6 +12,7 @@ import (
es2 "code.fnuoos.com/EggPlanet/egg_system_rules.git/utils/es"
"code.fnuoos.com/go_rely_warehouse/zyos_go_es.git/es"
"encoding/json"
"fmt"
"github.com/gin-gonic/gin"
"github.com/olivere/elastic/v7"
"github.com/shopspring/decimal"
@@ -153,6 +154,8 @@ func MemberCenterGetBasic(c *gin.Context) {
//}
score = doc.ScoreValue
}
ratio := decimal.NewFromInt(1).Div(nowPrice).StringFixed(0)
ratioStr := fmt.Sprintf("%s:1", ratio)

resp := md.MemberCenterGetBasicResp{
Nickname: user.Nickname,
@@ -162,8 +165,8 @@ func MemberCenterGetBasic(c *gin.Context) {
EggEnergy: utils.Float64ToStr(eggEnergy),
EggEnergyValue: eggEnergyValue.String(),
ContributionValue: contributionValue.Amount,
Date: "29",
Ratio: "1:1000",
Date: "25",
Ratio: ratioStr,
Amount: wallet.Amount,
Id: utils.Int64ToStr(user.Id),
Phone: user.Phone,


불러오는 중...
취소
저장