上传代码

hehai
zhiyong.ning 4 years ago
parent a5aa25a7ae
commit 457930dd68
  1. 3
      src/main/java/com/msdw/tms/api/UserControllerApi.java
  2. 2
      src/main/java/com/msdw/tms/common/exception/ExceptionCatch.java

@ -18,4 +18,7 @@ public interface UserControllerApi {
@ApiOperation(value = "更新密码",notes = "更新密码")
R examinePassword(UserEntityVo entity);
@ApiOperation(value = "注册",notes = "注册")
R save(UserEntity entity);
}

@ -41,7 +41,7 @@ public class ExceptionCatch {
return new ResponseResult(resultCode);
}
//返回99999异常
return new ResponseResult(CommonCode.SERVER_ERROR);
return new ResponseResult(CommonCode. SERVER_ERROR);
}
static {

Loading…
Cancel
Save