From 4035024c3f432db98bfd7496542372e0de7ef7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E7=BA=AF=E5=87=80?= <1113655791@qq.com> Date: Sat, 15 Mar 2025 15:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=B7=E6=A0=BC=E7=9A=84?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E4=B8=BA=E5=8E=98(0.001=E5=85=83),=E4=BB=A5?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=9F=BA=E9=87=91=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/types_price.go | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/types_price.go b/protocol/types_price.go index 83dce2a..6547d7e 100644 --- a/protocol/types_price.go +++ b/protocol/types_price.go @@ -17,7 +17,6 @@ func (this Price) Int64() int64 { func (this Price) String() string { return fmt.Sprintf("%s元", FloatUnitString(this.Float64())) - return fmt.Sprintf("%0.3f元", this.Float64()) } type PriceLevel struct {