文档
测试

显示收货地址

GET
orderinfo/cementbrand_byraddress

接口描述

显示出收货地址 信息见说明

请求头

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

请求参数

参数名
类型
描述
必填
custAddressId
水泥厂收货地址编号
必填

说明 / 示例

{ "status": 200, "msg": "OK", "data": [ { "custAddressId": 3, //主键编号 "receivingGoodsAddress": "浙江省|嘉兴市|秀洲区|南明服务中心|", //地址 "addressMarks": "亚太中心49楼" //详细地址 } ], "ok": true } //根据编号查询水泥厂 { "status": 200, "msg": "OK", "data": { "cementBrandId": 48167250, "cementBrandName": "贵州省兴义西南水泥有限公司", "cementBrandImgAddress": "http://www.wiscement.cn/2020-06-08/30099ebff3c94036aa4b014417391875.jpg", "cementBrandTypeVoList": [ { "cementBrandTypeId": "d850b62b7a5444a1bf00dd4c7be1fa58", "cementBrandTypeName": "P.C42.5袋", "cementBrandTypePrice": "255.0" }, { "cementBrandTypeId": "022abe563cbb43e5b23828b472e58e7f", "cementBrandTypeName": "P.O42.5袋", "cementBrandTypePrice": "265.0" }, { "cementBrandTypeId": "24a5eb404d0d415e881c3d2d390d212c", "cementBrandTypeName": "P.O42.5散", "cementBrandTypePrice": "235.0" } ] }, "ok": true }