| 构造器和说明 |
|---|
BaseController() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Result |
error()
describe: 响应错误对象信息
|
protected Result |
error(Integer code,
String msg,
Object object)
describe: 响应对象信息
|
protected Result |
error(Object object)
describe: 响应对象信息
|
protected static Map<String,Object> |
fail(Exception ex) |
protected Result |
success() |
protected Result |
success(Object object)
describe: 响应成功对象信息
|
Copyright © 2020. All rights reserved.