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

代码优化,减少 codacy 上的问题。

上级 8599940b
......@@ -51,14 +51,14 @@ public enum ResultCode {
;
private final HttpResponseStatus statusCode;
private final int resultCode;
ResultCode(HttpResponseStatus statusCode, int resultCode) {
this.statusCode = statusCode;
this.resultCode = resultCode;
}
private final HttpResponseStatus statusCode;
private final int resultCode;
public HttpResponseStatus getStatusCode() {
return statusCode;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册