public class Controller extends Object
基础输出封装
| Constructor and Description |
|---|
Controller() |
| Modifier and Type | Method and Description |
|---|---|
static String |
write(ErrorCode respCode) |
static String |
write(ErrorCode respCode,
Object data) |
static String |
write(ErrorCode respCode,
String message) |
static String |
write(Object data) |
static String |
write(String errcode) |
static String |
write(String errcode,
String errmsg) |
static String |
write(String errcode,
String errmsg,
Object data) |
Copyright © 2019. All rights reserved.