{
    "code": 200,
    "message": "GeLeMe API 服务运行正常",
    "version": "1.0.0",
    "timestamp": "2026-06-10 11:43:29",
    "endpoints": {
        "auth": {
            "POST \/api\/v1\/auth\/register": "用户注册",
            "POST \/api\/v1\/auth\/login": "用户登录",
            "POST \/api\/v1\/auth\/send-code": "发送验证码"
        },
        "user": {
            "GET \/api\/v1\/user\/profile": "获取用户信息",
            "PUT \/api\/v1\/user\/profile": "更新用户信息"
        },
        "appointments": {
            "POST \/api\/v1\/appointments": "创建约定",
            "GET \/api\/v1\/appointments": "获取约定列表"
        }
    },
    "test": {
        "curl_example": "curl -X POST https:\/\/gelemeapi.fonshang.com\/api\/v1\/auth\/send-code -H \"Content-Type: application\/json\" -d '{\"phone\":\"13800138000\",\"type\":\"register\"}'"
    }
}