HealthResponse

@Serializable
data class HealthResponse(val success: Boolean, val message: String, val timestamp: String, val requestId: String)

健康检查接口响应,无 data 包装。

Parameters

success

请求是否成功

message

健康状态消息

timestamp

时间戳

requestId

请求 ID

Constructors

Link copied to clipboard
constructor(success: Boolean, message: String, timestamp: String, requestId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard