diff --git a/caller.go b/caller.go index 2e1d20c..68b5f7a 100644 --- a/caller.go +++ b/caller.go @@ -15,7 +15,6 @@ import ( // 上层模块可以直接获取封装后的请求结果 type Caller struct { Client *Client - path *url.URL } // NewCaller Constructor for Caller