文档
测试

显示自己区域

GET
/areainfo/viewareainfoprice

接口描述

显示自己区域名称

请求头

参数名
类型
描述
必填
token
token值
必填

请求参数

参数名
类型
描述
必填
startPage
开始页
必填
pageSize
结束页
必填
sign
当需要查询这个区域的价格时候 请传true
必填
arId
并把这个区域编号传过来 跟sign一起
必填

说明 / 示例

//显示自己区域名称 { "status": 200, "msg": "OK", "data": [ { "areaInfoId": 1354279, "areaInfoToTownshipAndCommunity": "贵州省|安顺市|关岭布依族苗族自治县|断桥镇" }, { "areaInfoId": 1429657, "areaInfoToTownshipAndCommunity": "贵州省|安顺市|镇宁布依族苗族自治县|募役镇" }, { "areaInfoId": 1632498, "areaInfoToTownshipAndCommunity": "贵州省|黔南布依族苗族自治州|荔波县|黎明关水族乡" } ], "ok": true } //当需要价格的时候 { "status": 200, "msg": "OK", "data": [ { "cementBrandTypeId": "518f385dcaef4bad8fb6ac8d5f11a407", "cementBrandTypeName": "PP32.5R袋", "cementBrandTypePrice": "270", "controlCount": null }, { "cementBrandTypeId": "56cbe2cfd00c4da4811e9411ec4520bc", "cementBrandTypeName": "P.O42.5袋", "cementBrandTypePrice": "290", "controlCount": null }, { "cementBrandTypeId": "dddea50468f6467189300f4cacb25858", "cementBrandTypeName": "P.C42.5袋", "cementBrandTypePrice": "275", "controlCount": null } ], "ok": true }