Uses of Class
cn.royalcms.component.api.ApiResponse
-
-
Uses of ApiResponse in cn.royalcms.component.api
Methods in cn.royalcms.component.api that return ApiResponse Modifier and Type Method Description static ApiResponse
ApiResponse. error(ApiError error)
static ApiResponse
ApiResponse. error(Integer code, String message)
static ApiResponse
ApiResponse. failed(ApiError error)
static ApiResponse
ApiResponse. failed(Integer code, String message)
static ApiResponse
ApiResponse. succeed(Object data)
-