remove proxy

This commit is contained in:
zhangkun9038@dingtalk.com 2025-03-05 20:15:53 +08:00
parent 336effb281
commit f6c7f278d7

View File

@ -164,9 +164,6 @@ func (this *RESTAPI) Run(ctx context.Context) (res *RESTAPIResult, err error) {
client := &http.Client{
Timeout: this.Timeout,
Transport: &http.Transport{
Proxy: http.ProxyFromEnvironment,
},
}
uri, body, err := this.GenReqInfo()