208
This commit is contained in:
@@ -22,7 +22,7 @@ func main() {
|
||||
ctx := context.Background()
|
||||
|
||||
// 调用 GetPlatformDownloads 获取当月数据+ 环比
|
||||
platformDownloads, err := client.GetPlatformDownloads(ctx)
|
||||
platformDownloads, err := client.GetPlatformDownloads(ctx, "")
|
||||
if err != nil {
|
||||
fmt.Printf("❌ 获取失败: %v\n", err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user