| 程序包 | 说明 |
|---|---|
| cn.wangshuaitong.library.basic.vo.response | |
| cn.wangshuaitong.library.basic.vo.response.code |
| 限定符和类型 | 方法和说明 |
|---|---|
JsonResult |
JsonResult.quickFilling(ResultCode resultCode)
使用全局公共状态码设置返回对象
|
JsonResult |
JsonResult.quickFilling(ResultCode resultCode,
String message)
使用全局公共状态码设置返回对象
|
JsonResult |
JsonResult.quickFilling(ResultCode resultCode,
String message,
T data)
使用全局公共状态码设置返回对象
|
JsonResult |
JsonResult.quickFilling(ResultCode resultCode,
T data)
使用全局公共状态码设置返回对象
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ResultCode |
ResultCode.FAIL_COMMON_OPERATION |
static ResultCode |
ResultCode.INVALID_PARAM |
static ResultCode |
ResultCode.NO_AUTHORITY |
static ResultCode |
ResultCode.REQUEST_METHOD_NOT_SUPPORTED |
static ResultCode |
ResultCode.SERVER_EXCEPTION |
static ResultCode |
ResultCode.SUCCESS |
Copyright © 2022. All rights reserved.