欢迎使用我们的API文档!以下是我们API的基本信息和使用方法。

请求路径

  • /Documentation/api

获取方式

  • GET

参数说明

  • 无特定参数,直接访问即可。

返回内容

  • 返回JSON格式的API信息。

示例

{
  "api_version": "1.0.0",
  "endpoints": [
    {
      "path": "/users",
      "description": "用户信息接口"
    },
    {
      "path": "/products",
      "description": "商品信息接口"
    }
  ]
}

相关链接

更多API信息

图片展示

![API架构图](https://cloud-image.ullrai.com/q/API_Architecture Diagram_/)