feat: 上线历史剩余氢质量批量查询接口

This commit is contained in:
lingniu
2026-09-09 01:00:29 +08:00
parent 4ab654e1c1
commit 1849bc1870
12 changed files with 1457 additions and 7 deletions
@@ -347,9 +347,10 @@ func validCoordinate(longitude, latitude float64) bool {
}
type Service struct {
repository Repository
now func() time.Time
location *time.Location
historicalLimiter historicalHydrogenLimiter
repository Repository
now func() time.Time
location *time.Location
}
type parsedGrant struct {