文档
测试

推荐线路接口

POST
http://xx.xxxx/接口名称

响应参数

参数名
类型
描述
必填
lineId
String
对应的标识id,用于调用查看详情
必填
imageSrc
String
图片路径
必填
linkType
String
链路类型
必填
transType
String
运输方式
必填
commerceType
String
贸易方式
必填
transLine
Array
途径路线
必填
toolsType
String
运输工具
必填
port
String
港口中文名
必填
valuationType
String
计价方式
必填
pickUpRange
Array
提货范围
必填
deliverRange
Array
派送范围
必填
shipComName
String
船公司
必填
schedule
Array
班期
必填
standard
Object
必填
type
String
规格
必填
price
Number
最低起运价
必填

说明 / 示例

请求数据为空,直接调用获取 resultList: [ { lineId: 'test123', imageSrc: '', linkType: '欧亚全链路', transType: '门到门', commerType: '进口', valuationType: '实时计价', pickUpRange: ['伦敦','布莱顿','罗契斯特','利兹','牛津','布莱顿','罗契斯特'], deliverRange: ['成华区','武侯区','青羊区','锦江区','金牛区','龙泉驿站','青白江区','新都区'], shipComName: '江苏中外运集团', schedule: ['周一','周二','周三','周四','周五'], standard: { type: '40GP', price: 816 }, transLine: [ { port: '英国', tool: 'car' }, { port: '纽伦堡', tool: 'aircraft' }, { port: '成都', tool: 'railway' }, { port: '四川', tool: 'ship' } ] } ]