public interface IHttpResponse
Modifier and Type | Method and Description |
---|---|
int |
getCode()
获取 状态码
|
String |
getUrl()
获取 url
|
default boolean |
isOk()
是否成功
|
String getUrl()
int getCode()
default boolean isOk()
Copyright © 2024. All rights reserved.