This commit is contained in:
昔念
2026-04-29 10:33:02 +08:00
parent 29f70513e8
commit 07b5271532

View File

@@ -92,7 +92,7 @@ func (s *GoldListService) ModifyBefore(ctx context.Context, method string, param
)
if rate < minRate || rate > maxRate {
return fmt.Errorf("不允许超过10%%的单,当前需在昨日均价 %.4f 的上下10%%范围内(%.4f - %.4f", prevAvg, minRate, maxRate)
return fmt.Errorf("不允许超过10%%的单,当前需在昨日均价 %.4f 的上下10%%范围内(%.4f - %.4f", prevAvg, minRate, maxRate)
}
}