float64全部改float32

This commit is contained in:
2025-11-10 21:42:46 +08:00
parent 75306941c2
commit 3e711551e7
21 changed files with 74 additions and 73 deletions

View File

@@ -11,7 +11,7 @@ import (
)
type DelayTaskParams struct {
DelayDuration float64 `json:"delay_duration"`
DelayDuration float32 `json:"delay_duration"`
}
// DelayTask 是一个用于模拟延迟的 Task 实现