初始化

This commit is contained in:
2025-11-25 13:07:27 +08:00
parent f87bd9f52a
commit 8432b09dd4
2 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ func doRequest(ctx context.Context, method string, url string, target any, data
if err != nil {
return
}
response, err := client.Get(ctx, method, url, data)
response, err := client.DoRequest(ctx, method, url, data)
if err != nil {
return
}