Package | Description |
---|---|
org.tio.utils.resp |
Modifier and Type | Method and Description |
---|---|
Resp |
Resp.code(Integer code) |
Resp |
Resp.data(Object data) |
static Resp |
Resp.fail() |
static Resp |
Resp.fail(String msg) |
Resp |
Resp.msg(String msg) |
static Resp |
Resp.ok() |
static Resp |
Resp.ok(Object data) |
Copyright © 2021. All rights reserved.