类 ApiController
java.lang.Object
com.baomidou.mybatisplus.extension.api.ApiController
@Deprecated public class ApiController extends Object
已过时。
REST API 通用控制器
- 从以下版本开始:
- 2018-06-08
- 作者:
- hubin
-
字段概要
字段 修饰符和类型 字段 说明 protected org.slf4j.Loggerlogger已过时。 -
构造器概要
构造器 构造器 说明 ApiController()已过时。 -
方法概要
-
字段详细资料
-
logger
protected final org.slf4j.Logger logger已过时。
-
-
构造器详细资料
-
ApiController
public ApiController()已过时。
-
-
方法详细资料
-
success
已过时。请求成功- 类型参数:
T- 对象泛型- 参数:
data- 数据内容- 返回:
- ignore
-
failed
已过时。请求失败- 参数:
msg- 提示内容- 返回:
- ignore
-
failed
已过时。请求失败- 参数:
errorCode- 请求错误码- 返回:
- ignore
-