static ResponseResult |
ResponseResult.build(Integer status,
String msg,
Object data) |
static ResponseResult |
ResponseResult.build(Integer status,
String msg,
Object data,
String ok) |
static ResponseResult |
ResponseResult.errorException(String msg) |
static ResponseResult |
ResponseResult.errorMap(Object data) |
static ResponseResult |
ResponseResult.errorMsg(String msg) |
static ResponseResult |
ResponseResult.errorTokenMsg(String msg) |
static ResponseResult |
ResponseResult.ok() |
static ResponseResult |
ResponseResult.ok(String msg,
Object data) |