| 程序包 | 说明 |
|---|---|
| org.dromara.hmily.common.utils.httpclient |
| 限定符和类型 | 方法和说明 |
|---|---|
static AjaxResponse |
AjaxResponse.error(int code,
String msg)
Error ajax response.
|
static AjaxResponse |
AjaxResponse.error(String msg)
Error ajax response.
|
static AjaxResponse |
AjaxResponse.get(int code,
String msg,
Object data)
Get ajax response.
|
static AjaxResponse |
AjaxResponse.success()
Success ajax response.
|
static AjaxResponse |
AjaxResponse.success(Object data)
Success ajax response.
|
static AjaxResponse |
AjaxResponse.success(String msg)
Success ajax response.
|
static AjaxResponse |
AjaxResponse.success(String msg,
Object data)
Success ajax response.
|
Copyright © 2019 dromara. All rights reserved.