This commit is contained in:
ans
2025-04-08 22:00:39 +08:00
parent ae4bdc4984
commit 5f0148dab2
4 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"time"
)
// SearchResult2 表示iTunes API搜索或查询的结果
// LookupResult 表示iTunes API搜索或查询的结果
type LookupResult struct {
// 结果数量
ResultCount int `json:"resultCount"`