Commit 8a35c638 by 陶光胜

init

parent 721e0295
......@@ -54,11 +54,11 @@ public enum ErrorCode implements Error{
@Override
public String getErrorCode() {
return null;
return code;
}
@Override
public String getErrorMsg() {
return null;
return msg;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment