| 程序包 | 说明 |
|---|---|
| com.wong.support.http.bean |
| 限定符和类型 | 方法和说明 |
|---|---|
static Result<String> |
Result.fail() |
static Result<String> |
Result.fail(Integer code,
String msg) |
static Result<String> |
Result.fail(String msg) |
static Result<String> |
Result.ok() |
static Result |
Result.ok(Object data) |
Copyright © 2021. All rights reserved.