提交 160c612d 编写于 作者: 如梦技术's avatar 如梦技术 🐛

Merge branch 'mica-v2.4.x'

......@@ -61,6 +61,15 @@ public interface ResponseSpec {
return false;
}
/**
* Returns the HTTP is not successful.
*
* @return boolean
*/
default boolean isNotOk() {
return !isOk();
}
/**
* Returns the is Redirect.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册