| 程序包 | 说明 |
|---|---|
| cn.gtmap.estateplat.ret.common.core.web | |
| cn.gtmap.estateplat.ret.common.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Result |
BaseController.error()
describe: 响应错误对象信息
|
protected Result |
BaseController.error(Integer code,
String msg,
Object object)
describe: 响应对象信息
|
protected Result |
BaseController.error(Object object)
describe: 响应对象信息
|
protected Result |
BaseController.success() |
protected Result |
BaseController.success(Object object)
describe: 响应成功对象信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Result |
ResultUtils.error()
describe: 响应错误对象信息
|
static Result |
ResultUtils.error(Integer code,
String msg,
Object object)
describe: 响应对象信息
|
static Result |
ResultUtils.error(Object object)
describe: 响应对象信息
|
static Result |
ResultUtils.success()
describe: 响应成功对象信息
|
static Result |
ResultUtils.success(Object object)
describe: 响应成功对象信息
|
Copyright © 2020. All rights reserved.