This commit is contained in:
eatmoreapple 2022-12-11 12:34:01 +08:00
parent 144b147606
commit 443b3ea38c

View File

@ -15,7 +15,6 @@ import (
// 上层模块可以直接获取封装后的请求结果
type Caller struct {
Client *Client
path *url.URL
}
// NewCaller Constructor for Caller