6105.配件列表

简要描述: 请求URL: 请求案例: 请求方式: 参数:

参数名必选类型说明
epcstring品牌对应epc,解码接口获取的epc节点值
model_idstring车型id
actionstring动作命令,part代表配件列表
last_cata_codestring最后一级目录的cata_code值,丰田指二级类目接口返回的cata_code值,捷豹可能指四级目录接口返回的cata_code值,不同epc类目级别不同
last_cata_code_levelstring最后一级目录是几,根据请求类目的is_last节点判断最后一级是多少,比如丰田是2,捷豹是4
userstring用户名
tokenstring密钥,算法案例:
MD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/jaguar?action=part&model_id=16313&last_cata_code=-2147483619_760_6575_25369&last_cata_code_level=3’))

返回示例
{

"code":1,

"msg":"success",

"data":{

"partlist":[

{

"illustration_img_address":"fb00102a.png",

"callout":"1",

"cata_code":"-2147483619_760_6575_25369",

"partnumber_original":"JDE40041",

"partnumber":"JDE40041",

"name_en":"",

"name_zh":"凸轴盖",

"std_name_en":"",

"std_name_zh":"",

"qty":"1",

"begin_date":null,

"end_date":null,

"replacement":"",

"remark_en":null,

"remark_zh":" ",

"sort":"400",

"is_fit_for_this_vin":1

},

...

{

"illustration_img_address":"fb00102a.png",

"callout":"9",

"cata_code":"-2147483619_760_6575_25369",

"partnumber_original":"AJ813216",

"partnumber":"AJ813216",

"name_en":"",

"name_zh":"凸轴位置传感器",

"std_name_en":"",

"std_name_zh":"",

"qty":"1",

"begin_date":null,

"end_date":null,

"replacement":"",

"remark_en":null,

"remark_zh":" ",

"sort":"200",

"is_fit_for_this_vin":1

}

],

"imgaddress":"fb00102a.png",

"all_img_hotspots":[

{

"img_hotspots":{

"img_name":"fb00102a.png",

"img_width":1050,

"img_height":1485,

"img_format":"image/png",

"hotspots":[

{

"callout":"13",

"topleft_x":800,

"topleft_y":130

},

...

{

"callout":"7",

"topleft_x":390,

"topleft_y":185

}

]

}

}

]

}

}

返回参数partlist配件列表节点说明

参数名类型说明
calloutstring图号
qtystring数量
replacementstring替换号
partnumberstring配件oe号码,去了特殊字符的
partnumber_originalstring配件oe号码,epc原始的
name_enstring配件epc英文名称
name_zhstring配件epc中文名称
std_name_enstring配件标准名称(英文),也就是市场标准化的名称
std_name_zhstring配件标准名称(中文),也就是市场标准化的名称
illustration_img_addressstring配件分解图 fb00102a.png 请求案例:http://resource.17vin.com/img/{epc}/{illustration_img_address} 例如:http://resource.17vin.com/img/jaguar/fb00102a.png
begin_datestring开始日期
end_datestring结束日期
remark_enstring英文备注
remark_zhstring中文备注
is_fit_for_this_vinint是否适用当前vin号,1:适用,0 不适用
sortint排序号,用于排序,可以自由选择是否需要

返回参数all_img_hotspots节点说明

参数名类型说明
img_namestring配件分解图 fb00102a.png 请求案例:http://resource.17vin.com/img/{epc}/{illustration_img_address} 例如:http://resource.17vin.com/img/jaguar/fb00102a.png
img_widthint图片宽度
img_heightstring图片高度
img_formatstring图片格式
hotspotsstring图片坐标节点
hotspots>calloutstring图号
hotspots>topleft_xstring图号在图片中左定点的X坐标位置
hotspots>topleft_ystring图号在图片中左定点的Y坐标位置

备注