| Package | Description |
|---|---|
| cn.cliveyuan.robin.base.common |
| Modifier and Type | Method and Description |
|---|---|
static <T> WebApiResponse<T> |
WebApiResponse.fail(ApiErrorCode apiErrorCode) |
static <T> WebApiResponse<T> |
WebApiResponse.fail(ApiErrorCode apiErrorCode,
T data) |
static <T> WebApiResponse<T> |
WebApiResponse.fail(int code,
String msg) |
static <T> WebApiResponse<T> |
WebApiResponse.success(T data) |
Copyright © 2021. All rights reserved.