免费车型车系品牌api 参数 ?type=(brand,series,series_group,info,detail)&id= 支持http https 的get 和 post 请求 采用汽车之家离线数据源可部署到本身服务器php
PHP+txtSQL 3.0 部署到本地调用 如须要更新最新数据库只须要 覆盖数据库目录便可mysql
开源地址:https://gitee.com/web/CarApigit
1.api调用 不须要修改代码直接调用api便可web
参考:http://tool.bitefu.net/showdoc/web/#/4 在线交流:https://my.oschina.net/xiaogg/blog/1619254sql
2.集成到系统数据库
用到的文件有api
\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/架构
php+mysql版本下载:http://tool.bitefu.net/showdoc/web/#/4?page_id=12post