文档
测试

通过地址查询水泥厂商

POST
cementinfo/pushreceivingaddress

请求参数

参数名
类型
描述
必填
receivingGoodsAddress
收货地址
必填
strlocation
string
经纬度以逗号拼接 注意 第一个是经度第二是维度
必填

响应参数

参数名
类型
描述
必填
data
响应数据
必填
cementBrandId
水泥牌子编号
必填
cementBrandName
水泥厂商名称
必填
cementBrandTypeVoList
水泥厂商下面的信息
必填
cementBrandTypeId
水泥类型编号
必填
cementBrandTypeName
水泥类型名称
必填
cementBrandTypePrice
水泥价格
必填
userPhone
联系人电话号码
必填

说明 / 示例

{ "status": 200, "msg": "OK", "data": [ { "cementBrandId": 2589361, "cementBrandName": "贵州福泉西南水泥有限公司", "cementBrandImgAddress": "http://www.wiscement.cn/2020-06-08/30099ebff3c94036aa4b014417391875.jpg", "cementBrandTypeVoList": [ { "cementBrandTypeId": "9d62ad03a385477ca760f0e9f9bff77c", "cementBrandTypeName": "PO42.5散", "cementBrandTypePrice": 250.0 }, { "cementBrandTypeId": "9f10e8b8fc464738a727a20e9246189e", "cementBrandTypeName": "PO42.5袋", "cementBrandTypePrice": 290.0 }, { "cementBrandTypeId": "c630a4a049044eceb7682d321b91d978", "cementBrandTypeName": "M32.5袋", "cementBrandTypePrice": 260.0 } ], "distance": 52.555, "userPhone": "13595458611", "areaInfoAccountOpeningCompanyAllName": "贵州道合谋发商贸有限公司" } ], "ok": true }