欧卡工具站为广大欧卡车队提供了vtc内容搜索功能,可以在网站上面快速接入搜索功能,搜索车队已发布的内容。
当前技术阶段为测试阶段,如有问题可以联系站长反馈。
html代码接入指南
<form class="input-group" action="https://ets2.cn/content/vtc/54329/search" method="GET"> <input type="text" style="height: 35px;margin-top: 6px;border: 1.5px solid #000;" name="q" class="form-control" list="cars" placeholder="搜索..."> <button style="margin: 5px 1px;margin-left: 10px;" class="btn " type="submit">搜索</button> </form>
https://ets2.cn/content/vtc/54329/search 这里的54329为车队的vtcid,可替换为自己的车队vtcid
下图所示即为vtcid
以鹿途车队为例,车队vtcid为 11325
代码如下
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <form class="input-group" action="https://ets2.cn/content/vtc/11325/search" method="GET"> <input type="text" style="height: 35px;margin-top: 6px;border: 1.5px solid #000;" name="q" class="form-control" list="cars" placeholder="搜索..."> <button style="margin: 5px 1px;margin-left: 10px;" class="btn " type="submit">搜索</button> </form> </body> </html>
搜索接口 | 说明 | |
https://ets2.cn/content/vtc/54329/search?q=搜索内容 | 搜索指定vtc内容 54329 为vtcid | |
https://ets2.cn/content/vtc/search?q=搜索内容 | 搜索全部中国vtc文章资讯 | |
https://ets2.cn/content/search?q=搜索内容 | 搜索欧卡工具站教程和vtc文章资讯 |
网站a链接可接入vtc文章资讯,示例如下👇
https://ets2.cn/vtc/54329/news 中国ACC车队vtc资讯
https://ets2.cn/vtc/11325/news 中国鹿途车队vtc资讯
车队网站接入自行替换url vtcid即可
常见问题:
1. 为什么vtc已发布了最新内容,但是欧卡工具站看不到?
欧卡工具站会在12-24小时内同步最新的vtc咨询,请耐心等待。
2. 搜索不到任何内容
联系站长处理