Net
/
com.drake.net.request
/
BaseRequest
/
execute
execute
inline fun <
R
>
execute
():
R
Content copied to clipboard
执行同步请求
fun <
R
>
execute
(type:
Type
):
R
Content copied to clipboard
执行同步请求 本方法仅为兼容Java使用存在
Parameters
type
如果存在泛型嵌套要求使用
typeTokenOf
或者
TypeToken
获取, 否则泛型会被擦除导致无法解析