|
|
@@ -154,7 +154,7 @@ func MemberCenterGetBasic(c *gin.Context) { |
|
|
|
//} |
|
|
|
score = doc.ScoreValue |
|
|
|
} |
|
|
|
ratio := decimal.NewFromInt(1).Div(nowPrice).StringFixed(0) |
|
|
|
ratio := decimal.NewFromInt(1).Div(nowPrice).StringFixed(16) |
|
|
|
ratioStr := fmt.Sprintf("%s:1", ratio) |
|
|
|
|
|
|
|
resp := md.MemberCenterGetBasicResp{ |
|
|
|