本页面提供了关于 api_tools/config 的配置信息。

  • API版本:v1.0
  • 数据格式:JSON
  • 请求方式:GET
  • URL路径:/api_tools/config

使用示例

以下是一个使用示例:

{
  "api_tools": {
    "config": {
      "host": "example.com",
      "port": 8080,
      "timeout": 30
    }
  }
}

相关链接

更多关于 API Tools 的信息,请访问我们的官方文档

API Tools 配置示例