文档
测试

在客户资料中修改客户瓦纸报价

POST
http://182.61.50.242:6070/customer/updateCusTitePaperPrice

请求参数

参数名
类型
描述
必填
id
int
编号
必填
customerId
int
客户编号,示例:1
必填
describe
string
描述,示例:瓦纸
必填
isEnable
int
是否启用1-启用2-禁用,示例:1
必填
rawMaterialId
int
原料编号,示例:1
必填
remarks
string
备注,示例:奥德赛
必填
squareValue
int
平方价,示例:7722
必填
type
int
类型:1-瓦纸报价2-面纸报价,示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:瓦纸报价修改成功,并且修改记录增加成功!
必填