文档
测试

检测站详情接口(新)

POST
https://scy.daofenginfo.com/lxhtest/jcz/jczDetailInfo.do

请求参数

参数名
类型
描述
必填
sitecode
String
渠道码(示例:1001)
必填
charset
String
字符集(示例:utf-8)
必填
reqdata
String
请求数据json格式 加密
必填
jczid
String
检测站id
必填
sign
String
签名(md5)
必填

响应参数

参数名
类型
描述
必填
errcode
String
错误码
必填
error_level
String
错误级别
必填
recode
String
返回码
必填
reparam
String
返回数据
必填
id
String
检测站id
必填
jcz_name
String
检测站名称
必填
logo_url
String
url
必填
address
String
检测站详细地址
必填
jcz_lable
String
检测站标签(非微警务)
可选
remark1
String
检测站标签(只针对微警务)
可选
latitude
String
纬度
必填
longitude
String
经度
必填
work_day
String
营业时间
必填
contacts_phoneno
String
联系电话
必填
jcz_pictures
String
检测站详情图片
必填
free_scope
String
免费维修内容
必填
service_special
String
特色服务
必填
jczexplain
String
检测站代审说明(只针对微警务)
可选
istrial
String
是否检测站代审 0 不待审 1待审(只针对微警务)
可选
edjsmqcfw
String
是否有E代驾上门取车服务 0:无 1:有
可选
is_order_currday_service
String
是否可以预约当天审车服务1:推荐
可选
servicelist
list
服务列表
可选
id
String
服务id
可选
service_name
String
服务名称
可选
service_item
String
服务项目
可选
service_pic_url
String
服务图片url
可选
service_user_price
String
服务原价
可选
service_user_real_price
String
服务优惠价(现价)
可选
service_rlzl
String
燃料种类A-汽油 B-柴油 C-电
可选
yhnr
String
优惠内容
必填
sign
String
签名
必填

返回数据示例

``` { "errcode": "", "error_level": "", "recode": "SUCCESS", "remsg": "", "reparam": { "address": "山东省济南市槐荫区润华主题公园西行1.5公里路北", "contacts_phoneno": "15628868116", "free_scope": "刹车灯泡、大灯灯泡、自喷漆、牌扣等", "id": "395f75cc6efa470ea1c53ea4f83f5196", "is_order_currday_service": "1", "istrial": "", "jcz_lable": "[{\"font-color\":\"#a5dfbc\",\"background-color\":\"#f6fff9\",\"border-color\":\"#a5dfbc\",\"lable-content\":\"VIP通道\"},{\"font-color\":\"#c68a02\",\"background-color\":\"#fffcf7\",\"border-color\":\"#f7d892\",\"lable-content\":\"免费修\"},{\"font-color\":\"#e35d28\",\"background-color\":\"#fffbfa\",\"border-color\":\"#f7b398\",\"lable-content\":\"随时退\"}]", "jcz_name": "山东润华机动车检测服务有限责任公司", "jcz_pictures": "[{\"imgurl\":\"http://chefu.pengpaicar.net:8080/local/newsc_runhua_1.jpg\"},{\"imgurl\":\"http://chefu.pengpaicar.net:8080/local/newsc_runhua_2.jpg\"},{\"imgurl\":\"http://chefu.pengpaicar.net:8080/local/newsc_runhua_3.jpg\"},{\"imgurl\":\"http://chefu.pengpaicar.net:8080/local/newsc_runhua_4.jpg\"},{\"imgurl\":\"http://chefu.pengpaicar.net:8080/local/newsc_runhua_5.jpg\"},{\"imgurl\":\"http://chefu.pengpaicar.net:8080/local/newsc_runhua_6.jpg\"}]", "jczexplain": "", "latitude": "36.625420", "logo_url": "https://scy.daofenginfo.com/365scpic/newsc_runhua_logo1.png", "longitude": "116.824330", "service_special": "1、专人服务:\n(1)业务厅设“会员接待处”,专人负责对接,为客户整理资料,办理业务厅手续。\n(2)设2名专职引车员,全程负责会员车辆的上线检测,客户足不出业务厅,就可办结所有年审业务。\n2、预约优先通道:\n外检区、环检区设预约优先通道,供预约车辆专用。", "servicelist": [{ "id": "b56ca48233d44b39b507cecef234faa4", "service_item": "安全性能检测、环保性能检测", "service_name": "小型汽车年检(汽油)", "service_rlzl": "A", "service_user_price": "252", "service_user_real_price": "252" }, { "id": "1c643a9c7b9448daa9aa6b4bbf0d3b44", "service_item": "安全性能检测、环保性能检测", "service_name": "小型汽车年检(柴油)", "service_rlzl": "B", "service_user_price": "252", "service_user_real_price": "252" }], "work_day": "周一至周六", "yhje": "52", "yhnr": "下单立减10-99元" }, "sign": "31AB9A1C1EA9C5E0D91EBF190CF033CD" } ```