获取城市车型服务信息

说明

  1. 获取城市车型服务信息

地址URL

http:// <hqzx_DOMAIN>/v2/channel/open/config/getCityCarService

HTTP请求方式

GET

访问授权限制

需要验签,参见:鉴权说明

请求参数

名称 类型 是否必选 说明
cityId int yes 城市ID

返回结构说明

参见:接口说明

返回结果说明

名称 类型 说明
cityId int 城市ID
cityName String 城市名称
carTypes Json 开通车型集合
serviceTypes Json 开通服务集合

开通车型集合

名称 类型 说明
carGroupId int 车型ID
carGroupName String 车型名称

开通服务集合

名称 类型 说明
serviceTypeId int 高速服务费
serviceTypeName String 服务名称

返回示例

{
  "code": 1,
  "msg": "SUCCESS",
  "data": [
    {
      "cityId": 44,
      "cityName": "北京",
      "carTypes": [
        {
          "carGroupId": 73,
          "carGroupName": "优享"
        },
        {
          "carGroupId": 34,
          "carGroupName": "专享"
        },
        {
          "carGroupId": 35,
          "carGroupName": "商务7座"
        },
        {
          "carGroupId": 41,
          "carGroupName": "尊享"
        }
      ],
      "serviceTypes": [
        {
          "serviceTypeId": 1,
          "serviceTypeName": "即时用车"
        },
        {
          "serviceTypeId": 2,
          "serviceTypeName": "预约用车"
        },
        {
          "serviceTypeId": 3,
          "serviceTypeName": "接机"
        },
        {
          "serviceTypeId": 5,
          "serviceTypeName": "送机"
        }
      ]
    }
  ]
}

注意事项

暂无

Copyright © 红旗智行科技(北京)有限公司 2018 all right reserved,powered by Gitbook该文件修订时间: 2022-02-10 16:41:06

results matching ""

    No results matching ""