| 程序包 | 说明 |
|---|---|
| cn.aradin.spring.core.net.http.body |
| 限定符和类型 | 方法和说明 |
|---|---|
Resp<T> |
Resp.code(int code)
已过时。
|
Resp<T> |
Resp.data(T data)
已过时。
|
static Resp<Object> |
Resp.error(HttpError error)
已过时。
|
static Resp<Object> |
Resp.error(HttpError error,
String alias)
已过时。
|
Resp<T> |
Resp.msg(String msg)
已过时。
|
static Resp<Object> |
Resp.ok()
已过时。
|
static <A> Resp<A> |
Resp.ok(A data)
已过时。
|
Copyright © 2022. All rights reserved.