lingchu
    lingchu
    • db
      • 获取模型列表
        GET
      • 创建记录
        POST
      • 查询单条记录
        POST
      • 查询列表
        POST
      • 统计数量
        POST
      • 更新记录
        POST
      • 删除记录
        POST
    • health
      • 数据库健康检查
        GET
    • Onebot V11 Root Http
      POST
    • Onebot V11 Http
      POST
    • Onebot V11 Http Slash
      POST
    • 数据模型
      • APIErrorResponse
      • CreateReq
      • AffectedResponse
      • DeleteReq
      • CountResponse
      • GetOneReq
      • ListReq
      • ErrorDetail
      • UpdateReq
      • HealthResponse
      • ModelsResponse
      • RecordListResponse
      • RecordResponse

    ErrorDetail(ErrorDetail)

    错误详情(固定结构,便于 OpenAPI 工具识别)。

    {
        "error": "validation_error",
        "msg": "string",
        "where": "string",
        "fields": [
            "string"
        ],
        "model": "string",
        "field": "string",
        "available": [
            "string"
        ],
        "details": null
    }
    Built with