ResponseEntity 包含 BaseResponse 对象,表示系统初始化检查的结果。
若系统处于初始化模式(isInitMode为true),则返回SystemInitCheckDTO对象中systemInit属性为true,表示系统已初始化。
若系统不在初始化模式,返回的SystemInitCheckDTO对象中systemInit属性为false,表示系统未处于初始化状态。
{
"output": "string",
"code": 0,
"message": "string",
"error_message": "string",
"data": {
"system_init": true
}
}