VBOX免费接口
VBOX在线工具
VBOX在线工具
  1. Schemas
  • 欢迎使用VBOX免费API
  • 免费接口
    • 身体质量指数(BMI)计算器
      GET
    • 历史上的今天
      GET
    • ICP备案查询
      GET
    • 获取网站信息
      GET
    • 哔哩哔哩热榜
      GET
    • 百度热榜
      GET
    • 知乎热榜
      GET
    • 微博热搜热榜
      GET
    • 获取各种格式的GUID字符串
      GET
    • 获取随机字符串
      GET
  • 数据模型
    • Schemas
      • BmiResultDto
      • CommonResultDto
      • RemoteServiceErrorInfo
      • GuidStringDto
      • DomainIcpResultDto
      • RemoteServiceErrorResponse
      • GuidStringDtoCommonResultDto
      • IcpInfo
      • RemoteServiceValidationErrorInfo
      • StringCommonResultDto
VBOX在线工具
VBOX在线工具
  1. Schemas

RemoteServiceErrorInfo

{
    "code": "string",
    "message": "string",
    "details": "string",
    "data": {
        "property1": null,
        "property2": null
    },
    "validationErrors": [
        {
            "message": "string",
            "members": [
                "string"
            ]
        }
    ]
}
Built with