HealthResponse

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

健康检查响应 健康检查接口的响应,直接包含所有字段(无 data 包装) 根据官方文档,响应格式为: { "success": true, "message": "Fursuit.TV API is running", "timestamp": "2026-03-21T10:00:00.000Z", "requestId": "uuid" }

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