初始化

This commit is contained in:
2026-03-12 08:49:54 +08:00
parent f87bd9f52a
commit 8432b09dd4
2 changed files with 4 additions and 3 deletions
+1 -1
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
}