便捷选车
开发中
GET
https://api.tf2sc.cn/api/tfcar/car/convenient
请求参数
Header 参数
PlatformType
string
必需
示例值:
wxApplet
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tf2sc.cn/api/tfcar/car/convenient' \
--header 'PlatformType: wxApplet'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"status": 200,
"success": true,
"msg": "操作成功",
"data": {
"convenientBrands": [
{
"attrEn": "convenient_brand",
"attrZh": "便捷选车品牌",
"label": "宝马",
"sortValue": 1,
"logo": "https://tfcar.oss-cn-hangzhou.aliyuncs.com/131404527269052416",
"queryRules": "{\"carBrand\":7}"
},
{
"attrEn": "convenient_brand",
"attrZh": "便捷选车品牌",
"label": "奔驰",
"sortValue": 2,
"logo": "https://tfcar.oss-cn-hangzhou.aliyuncs.com/131409171093389312",
"queryRules": "{\"carBrand\":9}"
},
{
"attrEn": "convenient_brand",
"attrZh": "便捷选车品牌",
"label": "奥迪",
"sortValue": 3,
"logo": "https://tfcar.oss-cn-hangzhou.aliyuncs.com/138309812789182464.png",
"queryRules": "{\"carBrand\":1}"
},
{
"attrEn": "convenient_brand",
"attrZh": "便捷选车品牌",
"label": "丰田",
"sortValue": 4,
"logo": "https://tfcar.oss-cn-hangzhou.aliyuncs.com/131410273931100160",
"queryRules": "{\"carBrand\":36}"
},
{
"attrEn": "convenient_brand",
"attrZh": "便捷选车品牌",
"label": "路虎",
"sortValue": 5,
"logo": "https://tfcar.oss-cn-hangzhou.aliyuncs.com/131407090047516672",
"queryRules": "{\"carBrand\":79}"
}
],
"convenientPrices": [
{
"attrEn": "convenient_price",
"attrZh": "便捷选车价格",
"label": "20万以下",
"sortValue": 1,
"queryRules": "{\"currentPriceLt\":20}"
},
{
"attrEn": "convenient_price",
"attrZh": "便捷选车价格",
"label": "20-30万",
"sortValue": 2,
"queryRules": "{\"currentPrices\":[20,30]}"
},
{
"attrEn": "convenient_price",
"attrZh": "便捷选车价格",
"label": "30-50万",
"sortValue": 3,
"queryRules": "{\"currentPrices\":[30,50]}"
},
{
"attrEn": "convenient_price",
"attrZh": "便捷选车价格",
"label": "50万以上",
"sortValue": 4,
"queryRules": "{\"currentPriceGe\":50}"
}
],
"convenientModels": [
{
"attrEn": "convenient_model",
"attrZh": "便捷选车车型",
"label": "两厢轿车",
"sortValue": 1,
"queryRules": "{\"carModel\":1}"
},
{
"attrEn": "convenient_model",
"attrZh": "便捷选车车型",
"label": "跑车",
"sortValue": 2,
"queryRules": "{\"carModel\":4}"
},
{
"attrEn": "convenient_model",
"attrZh": "便捷选车车型",
"label": "SUV",
"sortValue": 3,
"queryRules": "{\"carModel\":3}"
},
{
"attrEn": "convenient_model",
"attrZh": "便捷选车车型",
"label": "MPV",
"sortValue": 4,
"queryRules": "{\"carModel\":5}"
}
]
},
"time": "2023-05-30 11:30:41"
}
修改于 2023-05-30 03:32:40