作者 钟来

初始提交

... ... @@ -14,7 +14,6 @@ public class MyException extends RuntimeException {
private String message;//错误详情
private Object data;//其它数据
public MyException(int httpCode, String code, String message) {
this.httpCode = httpCode;
this.code = code;
... ...