响应解析基于接口实现
This commit is contained in:
@ -13,5 +13,6 @@ import (
|
||||
|
||||
// RequestOption 请求一些选项
|
||||
type RequestOption struct {
|
||||
CacheInstance abstract.ICache `json:"-"` // 数据结果缓存实例
|
||||
CacheInstance abstract.ICache `json:"-"` // 数据结果缓存实例
|
||||
ResponseParser abstract.IResponse `json:"-"` // 返回结果解析, 不配置使用内置实现
|
||||
}
|
||||
|
Reference in New Issue
Block a user