文档
测试

查询水泥厂

GET
http://localhost:8012/tr/areainfo/address

接口描述

若是区域负责人 会查出门店 状态为 203 参数在data中取 通过门店编号 来请求此接口 vieworderinfobyidtem 参数为:status startPage pageSize id

请求头

参数名
类型
描述
必填
token
string
示例:eyJhbGciOiJIUzI1NiJ9.eyJyb2xlIjo0LCJpZCI6IjMyMDEzNzk3NDMzMTYwNiIsImlhdCI6MTY1MDAwMDk4Nn0.K3FCjXjoXvKsbqXFjeuOzFzaqAZDpZnWsyR3koH4E9w
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:OK
必填
data
array
数据列表
必填
cementBrandId
int
示例:50780909
必填
cementBrandName
string
示例:铜仁西南水泥有限公司—
必填
cementBrandImgAddress
string
示例:http://www.wiscement.cn/2020-06-08/30099ebff3c94036aa4b014417391875.jpg
必填
cementBrandTypeVoList
array
数据列表
必填
cementBrandTypeId
string
示例:1687292634
必填
cementBrandTypeName
string
示例:P.O42.5散
必填
cementBrandTypePrice
string
示例:325
必填
controlCount
object
示例:null
必填
isBindAddress
object
示例:null
必填
cementStatus
object
示例:null
必填
stocked
boolean
示例:false true :有货 false 无货
必填
fcid
object
示例:null
必填
ok
boolean
示例:true
必填

说明 / 示例

{ "status": 200, "msg": "OK", "data": [ { "fcid":水泥厂编号 新版 "cementBrandId": 35680792, "cementBrandName": "贵州惠水西南水泥有限公司", "cementBrandImgAddress": "http://www.wiscement.cn/2020-06-08/30099ebff3c94036aa4b014417391875.jpg", "cementBrandTypeVoList": [ { "cementBrandTypeId": "65d90f372bf74b759f746c4dac886b85", "cementBrandTypeName": "P.O42.5袋", "cementBrandTypePrice": "304.50" }, { "cementBrandTypeId": "669cf24b38474215b0a6db1abecd79b9", "cementBrandTypeName": "P.C42.5袋", "cementBrandTypePrice": "288.75" }, { "cementBrandTypeId": "e587c77ebf7542539eebe29aac521c67", "cementBrandTypeName": "PP32.5R袋", "cementBrandTypePrice": "283.50" } ] } ], "ok": true }