修改皮板
POST
http://182.61.50.242:6070/leatherPlate/updateLeatherPlate
请求参数
参数名
类型
描述
必填
id
int
编号
必填
code
string
编码,示例:1
必填
leatherPlaceTypeId
int
皮板类型编号,示例:1
必填
length
int
长,示例:858
必填
width
int
宽,示例:545
必填
name
string
名称,示例:P-MJ001
必填
picture
string
图片base64码,示例:zz
必填
remarks
string
备注,示例:美佳皮板1号
必填
suffix
string
图片后缀,示例:zz
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:修改皮板成功!
必填