程序包 dev.utils.common
接口 HttpURLConnectionUtils.Callback
public static interface HttpURLConnectionUtils.Callback
detail: 请求回调
- 作者:
- Ttt
-
方法概要
-
方法详细资料
-
onResponse
请求响应回调- 参数:
result- 请求结果response- 请求响应时间
-
onFail
请求失败- 参数:
error- 失败异常
-
result - 请求结果response - 请求响应时间error - 失败异常