| Package | Description |
|---|---|
| com.eboy.honey.response.commmon |
| Modifier and Type | Method and Description |
|---|---|
static <T> HoneyResponse<T> |
HoneyResponse.failure(Response response)
通用返回失败
|
static HoneyResponse |
HoneyResponse.success()
通用返回成功(没有返回结果)
|
static <T> HoneyResponse<T> |
HoneyResponse.success(T data)
返回成功(有返回结果)
|
Copyright © 2021. All rights reserved.