# CarApi车型车系品牌api离线版 **Repository Path**: dandingboshi/CarApi ## Basic Information - **Project Name**: CarApi车型车系品牌api离线版 - **Description**: 免费车型车系品牌api 参数 ?type=(brand,series,series_group,info,detail)&id= 支持http https 的get 和 post 请求 采用汽车之家离线数据源可部署到自己服务器 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 15 - **Created**: 2020-02-15 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CarApi #### 介绍 免费车型车系品牌api 参数 ?type=(brand,series,series_group,info,detail)&id= 支持http https 的get 和 post 请求 采用汽车之家离线数据源可部署到自己服务器 #### 软件架构 PHP+txtSQL 3.0 部署到本地调用 如需要更新最新数据库只需要 覆盖数据库目录即可 #### 使用说明 1. api调用 不需要修改代码直接调用api即可 参考:http://tool.bitefu.net/showdoc/web/#/4 在线交流:https://my.oschina.net/xiaogg/blog/1619254 2.集成到系统 用到的文件有 ``` \include\Autohomeapi.class.php \include\txtSQL.class.php \include\txtSQL.core.php \include\txtSQL.parser.php \data\ ``` 把上述文件集成到系统中 调用方法如下,可参考 index.php文件 ``` $car = new Autohomeapi(); $car->brand($postdata); ``` 3.调用第三方api https://tool.bitefu.net/car/