Commit 69473473 authored by zengtianlai3's avatar zengtianlai3

修改

parent ef3d3a08
...@@ -65,7 +65,7 @@ public class BaseResult { ...@@ -65,7 +65,7 @@ public class BaseResult {
* @return * @return
*/ */
public static BaseResult failed() { public static BaseResult failed() {
return new BaseResult(ResultCode.SUCCESS.getCode(),ResultCode.SUCCESS.getMsg()); return new BaseResult(ResultCode.FAILED.getCode(),ResultCode.FAILED.getMsg());
} }
......
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