东风
  1. 在线购车-订单
东风
  • FinancialCalculatorController
    • 计算贷款明细
      POST
    • 查询金融方案的所有车系
      POST
    • 根据车型及城市查询方案
      POST
    • 查询金融计算器配置
      POST
  • TIovFinancialCalculatorController
    • 金融计算器--列表查询查询
      POST
    • 金融计算器--详细查询
      POST
    • 金融计算器--添加方案
      POST
    • 金融计算器--启用/禁用
      POST
    • 金融计算器--逻辑删除
      POST
    • 金融计算器--月供计算器
      POST
    • 金融计算器--小程序详细查询
      POST
    • 金融计算器--根据车型code返回对应金融计算方案城市
      POST
  • 在线购车-订单
    • 用户心愿单-查询心愿单V2
      POST
    • 订单列表
      POST
    • 订单详情
      POST
    • 用户心愿单-选配重新计算
      POST
    • 查询小定订单权益优惠卷
      POST
    • 用户心愿单-新增配置单V2
      POST
    • 心愿单处订单列表
      POST
    • 用户心愿单-拉取清单V2
      POST
  1. 在线购车-订单

用户心愿单-查询心愿单V2

POST
/iov/dfv/vehicle/queryConfigure

请求参数

Header 参数
uid
string 
可选
Body 参数application/json
userId
string 
用户id
可选
carBrandCode
string 
品牌
可选
carSeries
string 
车系
可选
carSeriesCn
string 
车系名称
可选
carTypeCnApp
string 
车型名称
可选
carTypeCode
string 
车型
可选
carColorCode
string 
外饰
可选
carIncolorCode
string 
内饰
可选
carHubCode
string 
轮毂
可选
carTypePrice
number 
车型价格
可选
carColorPrice
number 
外饰价格
可选
carIncolorPrice
number 
内饰价格
可选
carHubPrice
string 
轮毂价格
可选
orderNo
string 
订单号
可选
carConfigCode
string 
可选
车型配置编码 18位码
totalOrderPrice
number 
购车总价
可选
deductionAmount
number 
优惠券抵扣价格
可选
configureId
integer 
心愿单ID
可选
upType
string 
可选
升级类型: 0 基础版 1 智雅翼装版
configureStatus
string 
可选
0: 小定心愿单 1:订单配置单 2:大定心愿单
smallOrderCode
string 
小定订单号
可选
upOptionalConfigure
object (OrderOptionaConfigureDTO) 
升级包
可选
configureId
string 
配置单ID
可选
optionalProductsCode
string 
选装编码
可选
optionPackCode
string 
可选
optionPackPrice
number 
选装价格
可选
optionPackLinePrice
number 
选装商品划线价格
可选
optionPackBigType
string 
可选
选装包大类:0普通包 1 轮毂包 2 翼装包
optionPackNameApp
string 
选装包名称C端
可选
optionPackSpecNameApp
string 
选装包内容C端名称
可选
optionPackPhotoUrl
string 
选装包图片
可选
optionalProductsPhotoUrl
string 
可选
specialRemark
string 
选装专项备注内容
可选
orderOptionalConfigureList
array[object (OrderOptionaConfigureDTO) {11}] 
选装配置
可选
configureId
string 
配置单ID
可选
optionalProductsCode
string 
选装编码
可选
optionPackCode
string 
可选
optionPackPrice
number 
选装价格
可选
optionPackLinePrice
number 
选装商品划线价格
可选
optionPackBigType
string 
可选
选装包大类:0普通包 1 轮毂包 2 翼装包
optionPackNameApp
string 
选装包名称C端
可选
optionPackSpecNameApp
string 
选装包内容C端名称
可选
optionPackPhotoUrl
string 
选装包图片
可选
optionalProductsPhotoUrl
string 
可选
specialRemark
string 
选装专项备注内容
可选
orderOptionaConfigureAfterList
array[object (OrderOptionaConfigureAfterDTO) {4}] 
甄选配置
可选
configureId
string 
配置单ID
可选
optionalProductsCode
string 
选装编码
可选
optionalProductsName
string 
选装描述
可选
optionPackPrice
number 
选装价格
可选
carColorCnApp
string 
外饰名称
可选
carColorPhotoUrl
string 
外饰图片
可选
carIncolorCnApp
string 
内饰名称
可选
carIncolorPhotoUrl
string 
内饰图片
可选
seatNum
string 
座位数
可选
carTypeColorPhotoUrl
string 
可选
车型车身颜色图片地址
carHubNameApp
string 
轮毂名称C端
可选
carHubPhotoUrl
string 
轮毂图片
可选
rightsIdList
array[string]
全部权益id集合
可选
配置校验
string 
配置校验,固定传1
可选
rightIds
array[object (UserSelectRightsInfoDto) {2}] 
可选
权益包用户选择权益列表
id
string 
权益id
可选
parentId
string 
选装组合包id
可选
configureTotalPrice
number 
配置总价
可选
discountTotalPrice
number 
优惠总价
可选
afterTotalPrice
number 
预估剩余金额
可选
orderPrice
number 
订单金额
可选
totalPrice
number 
购车总价
可选
deliveryCycleDate
string 
交互周期
可选
configRightsType
string 
可选
区分类型 1:配置修改 1:权益修改
示例
{
    "userId": "string",
    "carBrandCode": "string",
    "carSeries": "string",
    "carSeriesCn": "string",
    "carTypeCnApp": "string",
    "carTypeCode": "string",
    "carColorCode": "string",
    "carIncolorCode": "string",
    "carHubCode": "string",
    "carTypePrice": 0,
    "carColorPrice": 0,
    "carIncolorPrice": 0,
    "carHubPrice": "string",
    "orderNo": "string",
    "carConfigCode": "string",
    "totalOrderPrice": 0,
    "deductionAmount": 0,
    "configureId": 0,
    "upType": "string",
    "configureStatus": "string",
    "smallOrderCode": "string",
    "upOptionalConfigure": {
        "configureId": "string",
        "optionalProductsCode": "string",
        "optionPackCode": "string",
        "optionPackPrice": 0,
        "optionPackLinePrice": 0,
        "optionPackBigType": "string",
        "optionPackNameApp": "string",
        "optionPackSpecNameApp": "string",
        "optionPackPhotoUrl": "string",
        "optionalProductsPhotoUrl": "string",
        "specialRemark": "string"
    },
    "orderOptionalConfigureList": [
        {
            "configureId": "string",
            "optionalProductsCode": "string",
            "optionPackCode": "string",
            "optionPackPrice": 0,
            "optionPackLinePrice": 0,
            "optionPackBigType": "string",
            "optionPackNameApp": "string",
            "optionPackSpecNameApp": "string",
            "optionPackPhotoUrl": "string",
            "optionalProductsPhotoUrl": "string",
            "specialRemark": "string"
        }
    ],
    "orderOptionaConfigureAfterList": [
        {
            "configureId": "string",
            "optionalProductsCode": "string",
            "optionalProductsName": "string",
            "optionPackPrice": 0
        }
    ],
    "carColorCnApp": "string",
    "carColorPhotoUrl": "string",
    "carIncolorCnApp": "string",
    "carIncolorPhotoUrl": "string",
    "seatNum": "string",
    "carTypeColorPhotoUrl": "string",
    "carHubNameApp": "string",
    "carHubPhotoUrl": "string",
    "rightsIdList": [
        "string"
    ],
    "配置校验": "string",
    "rightIds": [
        {
            "id": "string",
            "parentId": "string"
        }
    ],
    "configureTotalPrice": 0,
    "discountTotalPrice": 0,
    "afterTotalPrice": 0,
    "orderPrice": 0,
    "totalPrice": 0,
    "deliveryCycleDate": "string",
    "configRightsType": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/iov/dfv/vehicle/queryConfigure' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userId": "string",
    "carBrandCode": "string",
    "carSeries": "string",
    "carSeriesCn": "string",
    "carTypeCnApp": "string",
    "carTypeCode": "string",
    "carColorCode": "string",
    "carIncolorCode": "string",
    "carHubCode": "string",
    "carTypePrice": 0,
    "carColorPrice": 0,
    "carIncolorPrice": 0,
    "carHubPrice": "string",
    "orderNo": "string",
    "carConfigCode": "string",
    "totalOrderPrice": 0,
    "deductionAmount": 0,
    "configureId": 0,
    "upType": "string",
    "configureStatus": "string",
    "smallOrderCode": "string",
    "upOptionalConfigure": {
        "configureId": "string",
        "optionalProductsCode": "string",
        "optionPackCode": "string",
        "optionPackPrice": 0,
        "optionPackLinePrice": 0,
        "optionPackBigType": "string",
        "optionPackNameApp": "string",
        "optionPackSpecNameApp": "string",
        "optionPackPhotoUrl": "string",
        "optionalProductsPhotoUrl": "string",
        "specialRemark": "string"
    },
    "orderOptionalConfigureList": [
        {
            "configureId": "string",
            "optionalProductsCode": "string",
            "optionPackCode": "string",
            "optionPackPrice": 0,
            "optionPackLinePrice": 0,
            "optionPackBigType": "string",
            "optionPackNameApp": "string",
            "optionPackSpecNameApp": "string",
            "optionPackPhotoUrl": "string",
            "optionalProductsPhotoUrl": "string",
            "specialRemark": "string"
        }
    ],
    "orderOptionaConfigureAfterList": [
        {
            "configureId": "string",
            "optionalProductsCode": "string",
            "optionalProductsName": "string",
            "optionPackPrice": 0
        }
    ],
    "carColorCnApp": "string",
    "carColorPhotoUrl": "string",
    "carIncolorCnApp": "string",
    "carIncolorPhotoUrl": "string",
    "seatNum": "string",
    "carTypeColorPhotoUrl": "string",
    "carHubNameApp": "string",
    "carHubPhotoUrl": "string",
    "rightsIdList": [
        "string"
    ],
    "配置校验": "string",
    "rightIds": [
        {
            "id": "string",
            "parentId": "string"
        }
    ],
    "configureTotalPrice": 0,
    "discountTotalPrice": 0,
    "afterTotalPrice": 0,
    "orderPrice": 0,
    "totalPrice": 0,
    "deliveryCycleDate": "string",
    "configRightsType": "string"
}'

返回响应

🟢200成功
application/json
Body
rows
object (ConfigureCarTypeCodeVO) 
可选
vehicleOrderConfigureVOs
array[object (VehicleOrderConfigureVO) {60}] 
心愿单数据
可选
carSeriesList
array[object (MapString) {1}] 
车系集合
可选
rightMap
object (MapObject) 
权益协议集合
可选
orderConfigureDTO
object (OrderConfigureDTO) 
原数据返回
可选
result
string 
可选
resultType
integer 
可选
默认值:
1
msg
string 
可选
extrInfo
string 
可选
示例
{
  "rows": {
    "vehicleOrderConfigureVOs": [
      {
        "configureId": 0,
        "title": "",
        "orderNo": "",
        "content": "",
        "orderPrice": 0.0,
        "carSeries": "",
        "carSeriesCn": "",
        "carTypeId": "",
        "carBrandCode": "",
        "carTypeCode": "",
        "carTypeCnApp": "",
        "carTypeCn": "",
        "carTypePhotoUrl": "",
        "carTypePrice": 0.0,
        "carColorCode": "",
        "carColorCnApp": "",
        "carColorPrice": 0.0,
        "carIncolorCode": "",
        "carIncolorCnApp": "",
        "carIncolorPhotoUrl": "",
        "carTypeColorPhotoUrl": "",
        "optionPackSpecNameApp": "",
        "optionPackNameApp": "",
        "optionPackPhotoUrl": "",
        "optionPackPrice": 0.0,
        "carTypeEndurance": "",
        "carTypePowerSource": "",
        "carTypeTag": "",
        "carIncolorPrice": 0.0,
        "optionaConfigurePrice": 0.0,
        "optionaConfigureAfterPrice": 0.0,
        "optionaConfigure": [
          {
            "optionalProductsCode": "",
            "optionalProductsName": "",
            "optionPackCode": "",
            "optionPackNameApp": "",
            "optionalProductsPhotoUrl": "",
            "optionPackSpecNameApp": "",
            "optionPackPrice": 0.0,
            "optionPackLinePrice": 0.0,
            "optionPackBigType": "",
            "standType": "",
            "upType": "",
            "isEnable": "",
            "afterLoad": ""
          }
        ],
        "carHubCode": "",
        "carHubNameApp": "",
        "carHubPrice": 0.0,
        "upOptionalConfigure": {
          "optionalProductsCode": "",
          "optionalProductsName": "",
          "optionPackCode": "",
          "optionPackNameApp": "",
          "optionalProductsPhotoUrl": "",
          "optionPackSpecNameApp": "",
          "optionPackPrice": 0.0,
          "optionPackLinePrice": 0.0,
          "optionPackBigType": "",
          "standType": "",
          "upType": "",
          "isEnable": "",
          "afterLoad": ""
        },
        "configureStatus": "",
        "carHubName": "",
        "carHubPhotoUrl": "",
        "standType": "",
        "upType": "",
        "afterLoad": "",
        "seatNum": "",
        "orderRemark": "",
        "disableConvertInfo": "",
        "totalPrice": 0.0,
        "carSeriesOrderListPhotoUrl": "",
        "deliveryCycleDate": "",
        "configureTotalPrice": 0.0,
        "discountTotalPrice": 0.0,
        "afterTotalPrice": 0.0,
        "downPayment": 0.0,
        "rightsList": [
          {
            "id": "",
            "rightsId": "",
            "rightsType": "",
            "voucherId": "",
            "rightsName": "",
            "rightsCoreSellingPoint": "",
            "rightsDetails": "",
            "rightsDisplayImage": "",
            "rightsSortOrder": 0,
            "discountsName": "",
            "discountsAmount": 0.0,
            "applyCarType": "",
            "rightsCode": "",
            "deductionType": "",
            "actualDiscountAmount": 0.0,
            "rightsUseType": "",
            "isShowFlag": "",
            "couponNumber": "",
            "scorecardCode": "",
            "scorecardNumber": "",
            "rightsDetailedPicture": "",
            "isRightPriceCalculation": "",
            "isRightShow": "",
            "isCashInflate": "",
            "rightsClassification": "",
            "isEnableSelect": "",
            "enableSelectNum": "",
            "isDefaultSelect": "",
            "isUserSelect": "",
            "parentId": "",
            "parentRightsName": "",
            "childRightsIcon": "",
            "parentRightsCoreSellingPoint": "",
            "mutualRuleId": [
              ""
            ],
            "childRightsInfoList": [
              {
                "id": "",
                "rightsId": "",
                "rightsType": "",
                "voucherId": "",
                "rightsName": "",
                "rightsCoreSellingPoint": "",
                "rightsDetails": "",
                "rightsDisplayImage": "",
                "rightsSortOrder": 0,
                "discountsName": "",
                "discountsAmount": 0.0,
                "applyCarType": "",
                "rightsCode": "",
                "deductionType": "",
                "actualDiscountAmount": 0.0,
                "rightsUseType": "",
                "isShowFlag": "",
                "couponNumber": "",
                "scorecardCode": "",
                "scorecardNumber": "",
                "rightsDetailedPicture": "",
                "isRightPriceCalculation": "",
                "isRightShow": "",
                "isCashInflate": "",
                "rightsClassification": "",
                "isEnableSelect": "",
                "enableSelectNum": "",
                "isDefaultSelect": "",
                "isUserSelect": "",
                "parentId": "",
                "parentRightsName": "",
                "childRightsIcon": "",
                "parentRightsCoreSellingPoint": "",
                "mutualRuleId": [
                  ""
                ],
                "childRightsInfoList": []
              }
            ]
          }
        ],
        "isPopup": false,
        "afterDiscountOrderPrice": 0.0
      }
    ],
    "carSeriesList": [
      {
        "": ""
      }
    ],
    "rightMap": {
      "": {}
    }
  },
  "result": "",
  "resultType": 0,
  "msg": "",
  "extrInfo": ""
}
修改于 2025-07-11 09:30:25
上一页
金融计算器--根据车型code返回对应金融计算方案城市
下一页
订单列表
Built with