增加或修改房型
POST
http://localhost:8888/api/accomroom/roomtype/addOrUpdate
请求参数
参数名
类型
描述
必填
roomTypeId
int
房型Id
可选
name
string
示例:大床房
必填
shopId
int
示例:2
必填
systemId
int
示例:1
必填
priceType
int
示例:1
必填
weekPrice
int
示例:2880
必填
penalty
int
示例:1
必填
roomNum
int
示例:2
必填
tagList
array
数据列表
必填
shopId
int
示例:2
必填
systemId
int
示例:1
必填
roomTypeId
int
示例:3
必填
serialNum
string
示例:ddddddb
必填
imageList
array
数据列表
必填
weekendPrice
int
必填
示例:3000
必填
响应参数
参数名
类型
描述
必填
code
string
示例:1
必填
data
object
示例:null
必填
errorDetail
string
示例:
必填
msg
string
示例:成功
必填