感谢您的反馈!
获取运车网用户填写物流信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| userId | String | 必须 | 123456 | 淘内userId | |
| outerOrderId | String | 必须 | 456465464 | 询价单ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| errorCode | String | 123 | 错误code |
| errorMsg | String | 调用失败 | 错误信息 |
| isSuccess | Boolean | false | 接口是否返回成功 |
| transportationDataResp | TransportationDataResp | 复杂对象 | |
|
{"outerOrderId":"456465464","userId":"123456"}
{
"errorCode":"123",
"errorMsg":"调用失败",
"isSuccess":false,
"transportationDataResp":{
"addresser":"张三",
"recipientsPhone":"15399999999",
"addresserPhone":"18333333333",
"serviceMerchantId":"888888",
"addresserCardId":"142603111111111111",
"recipientsType":1,
"targetCityDesc":"太原市",
"vin":"123456789",
"freightPrice":800000,
"sourceCity":"222222",
"mileage":100,
"targetProvince":"333333",
"deliveryCarAmount":1,
"brandName":"特斯拉",
"originLocationDetail":"余杭区五常街道阿里巴巴A区",
"targetCity":"444444",
"arrivalLocationDetail":"小店区",
"targetProvinceDesc":"山西省",
"sourceCityDesc":"杭州市",
"sourceProvinceDesc":"浙江省",
"getType":1,
"sourceProvince":"111111",
"recipients":"李四",
"sendType":1,
"days":20,
"carBizType":1,
"carValuation":10000000,
"insurance":10,
"getCarPrice":50,
"price":123,
"sendCarPrice":200,
"outerOrderId":"123",
"extData":"{\"a\":\"111\"}",
"lineName":"model3"
}
}
{"errorCode":"sign-check-failure","isSuccess":"false","errorMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|