文档
测试

根据订单编号查询出要提货数据

POST
https://zdlrceshi1.utools.club/cementTakeGoods/findCementTakeGoodsInfoByOrderInfoId

接口描述

根据订单id查询出要提货数据

请求参数

参数名
类型
描述
必填
orderInfoId
String
订单编号
必填
dateOpenCode
String
除了数字0以外都显示日期
必填

说明 / 示例

//订单号 String orderInfoId; //商品图片 String logo; //收货地址 String address; //水泥品牌公司名称 String corporateName; //水泥类型名称 List<String> typeName; //剩余数量 Double remaining; //总价 String totalPrice; //提货人 String consignee; //联系电话 String phone; //车牌号 List<String> carNumber; //水泥类型等数据 List<CementTypeInfoDtoThree> cementType; PS:cementType集合里的数据为: //水泥类型名称 String typeName; //水泥总价格 Double cementAllPrice; //水泥数量 Double cementNumber; //水泥单价 Double cementSinglePrice; //水泥类型Id String cementBrandTypeId; //剩余数量 Double remainingQuantity; //水泥总数量 Double totalQuantity;