文档
测试

显示区域名称

GET
/areainfo/viewareapriceinfo

请求参数

参数名
类型
描述
必填
openId
用户编号 显示区域名称的话 传次参数
可选
areaInfoId
区域编号 显示详细信息的话 传此参数
可选

说明 / 示例

{ "status": 200, "msg": "OK", "data": [ { "areaInfoId": 1354279, "areaInfoName": "贵州省|安顺市|关岭布依族苗族自治县|断桥镇|", "userName": "", "userPhone": "", "addressInfoRemakes": "测算1|", "carNumberId": "贵 A000000", "number": "350181200004281895" } ], "ok": true } //显示水泥厂 { "status": 200, "msg": "OK", "data": [ { "cementBrandId": 58437209, "cementBrandName": "贵州中诚水泥有限公司", "cementBrandImgAddress": null, "cementBrandTypeVoList": [ { "cementBrandTypeId": "9eff4d8d86e84444b8eb4c9bb75a2607", "cementBrandTypeName": "M32.5袋", "cementBrandTypePrice": 300.0 }, { "cementBrandTypeId": "bf5198d36cc04dd1bc591366f983df28", "cementBrandTypeName": "P.O42.5袋", "cementBrandTypePrice": 320.0 } ], "distance": null, "userPhone": null, "areaInfoAccountOpeningCompanyAllName": null, "distentceInfo": "距离仅提供参考,具体请以实际为准" }, { "cementBrandId": 80936274, "cementBrandName": "贵州三都西南水泥有限公司", "cementBrandImgAddress": null, "cementBrandTypeVoList": [ { "cementBrandTypeId": "06c07aec244c469ba382ad2320c75e80", "cementBrandTypeName": "M32.5袋", "cementBrandTypePrice": 290.0 }, { "cementBrandTypeId": "f44b41e0f1c64ec5853595497e9220b6", "cementBrandTypeName": "P.O42.5袋", "cementBrandTypePrice": 320.0 } ], "distance": null, "userPhone": null, "areaInfoAccountOpeningCompanyAllName": null, "distentceInfo": "距离仅提供参考,具体请以实际为准" } ], "ok": true }