文档
测试

添加方案-自定义方案

POST
http://localhost:8080/design/customer/solutions/saveorupdate

请求参数

参数名
类型
描述
必填
houseId
int
示例:8
必填
soluId
int
示例:12
必填
soluName
string
示例:方案C
必填
soluDesc
string
示例:方案C的描述
必填
roomList
array
数据列表
必填
roomName
string
示例:卫生间
必填
productNumList
array
数据列表
必填
pnNum
int
示例:1
必填
product
object
数据字典
必填
productId
int
示例:16
必填
productName
string
示例:智能锁
必填
price
float
示例:999.9
必填

响应参数

参数名
类型
描述
必填
status
int
示例:1
必填
msg
string
示例:操作成功
必填