文档
测试

单价公式计算

POST
http://182.61.50.242:6070/customerOrder/getUnitPrice?boxTypeId=1&titePaperPriceid=1&length=1&width=1&height=1

请求头

参数名
类型
描述
必填
boxTypeId
number
箱类结果,示例:1
必填
titePaperPriceid
number
瓦纸报价编号,示例:1
必填
length
number
长,示例:1
必填
width
number
宽,示例:1
必填
height
number
高,示例:1
必填

响应参数

参数名
类型
描述
必填
code
number
示例:200
必填
data
string
示例:26.594568 单价结果
必填
msg
string
示例:计算单价公式成功!
必填