| 程序包 | 说明 |
|---|---|
| cn.moongoddess.core.rest |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> AjaxResult<T> |
AjaxResult.failed() |
static <T> AjaxResult<T> |
AjaxResult.failed(String msg) |
static <T> AjaxResult<T> |
AjaxResult.failed(T data) |
static <T> AjaxResult<T> |
AjaxResult.failed(T data,
String msg) |
static <T> AjaxResult<T> |
AjaxResult.ok() |
static <T> AjaxResult<T> |
AjaxResult.ok(T data) |
static <T> AjaxResult<T> |
AjaxResult.ok(T data,
String msg) |
static <T> AjaxResult<T> |
AjaxResult.restResult(T data,
int code,
String msg) |
Copyright © 2023. All rights reserved.