This commit is contained in:
ziming 2025-05-21 16:51:56 +08:00
parent 61da538e2f
commit ce501ce5cc
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ func Request(_ context.Context, method, url string, body []byte, o *Options) (ht
req.Header = o.Headers
// 使用共享客户端
resp, err := o.HttpClient.Do(req)
if err != nil {
return nil, nil, fmt.Errorf("发送请求失败,err:%w", err)