[Snow Team] backend-fixer: auto-commit work

This commit is contained in:
yml
2026-06-09 17:04:40 +08:00
parent f5b38ff772
commit 62b898d7cc
11 changed files with 291 additions and 214 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ type FreezeRequest struct {
}
type DepositFreeQuotaRequest struct {
Amount float64 `json:"amount"`
AmountCent int64 `json:"amount_cent"`
Amount float64 `json:"amount"`
}
type PaginatedResult struct {