1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user