文档
测试

查询用户提货数据

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

接口描述

根据用户id查询提货数据

请求参数

参数名
类型
描述
必填
UserId
String
用户的openId
必填
cementTakeGoodsInfoStatus
String
提货单的状态 0:未提货(剩余的未提货)、1:已提交提货申请、2:完成提货、3:拒绝提货申请
必填
startPage
Integer
页码
必填
pageSize
Integer
页面容量
必填

说明 / 示例

//提货单号 String cementTakeGoodsInfoId; //订单号 String orderInfoId; //商品图片 String logo; //水泥品牌公司名称 String corporateName; //水泥类型名称 List<String> typeName; //水泥总量 Double totalCount; //配送方式 String deliveryType; //剩余数量 Double remaining; //已提数量 Double extraction; //总价 String totalPrice; //提货状态 String cementTakeGoodsInfoStatus;