| 程序包 | 说明 |
|---|---|
| xyz.hellothomas.jedi.core.dto | |
| xyz.hellothomas.jedi.core.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ApiResponse<T> |
ApiResponse.fail(ICodeEnum errorCodeEnum) |
static <T> ApiResponse<T> |
ApiResponse.fail(String msg) |
static <T> ApiResponse<T> |
ApiResponse.fail(T msg,
String code) |
static <T> ApiResponse<T> |
ApiResponse.success(T data) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ApiResponse<T> |
JsonUtil.deserializeApiResponse(String content,
Class<T> valueType) |
static ApiResponse |
JediRemotingUtil.postBody(String url,
String accessToken,
int timeout,
Object requestObj,
Class returnTargetClassOfT)
post
|
Copyright © 2022 hellothomas. All rights reserved.