投放记录
POST
http://8.140.128.96:5686/apiAnon/recycleRecordSave
接口描述
投放记录推送接口(批量推送,传入LIST)
请求头
参数名
类型
描述
必填
sendBy
string
商户id
必填
Content-Type
string
application/json
必填
请求参数
参数名
类型
描述
必填
inputUserId
String
用户id必填
必填
machineCode
String
机器编号 --------必须传入
必填
recycleDate
String
回收时间 --------必须传入
必填
weighMoney
BigDecimal
称重金额
可选
actualMoney
BigDecimal
实际金额 --------必须传入
必填
status
Integer
状态(1:已投放,2:已回收,3:已分拣,4:已结算) --------必须传入
必填
barcode
String
条形码
可选
resourceName
String
废品分类名称 --------必须传入
必填
weighWeight
BigDecimal
称重重量(KG) --------必须传入
必填
weightNumber
Integer
称重个数
可选
wastePhoto
String
回收物品拍照
可选
extraPercent
Integer
溢价百分比
可选
origPrice
BigDecimal
原始单价
可选
extraMoney
BigDecimal
溢价金额
可选
reckonPoints
Integer
估算积分
可选
actualPoints
Integer
实际积分
可选
isIntegral
Integer
结算模式(0现金1兼容2积分)
可选
violationStatus
Integer
违规状态(0不违规,1违规)
可选
响应参数
参数名
类型
描述
必填
success
String
查询是否成功 true成功,false失败
必填
error
String
异常信息
必填
result
Map<String, Object>
返回结果
必填