添加或者修改餐厅信息
POST
localhost:8080/insoApp/restaurant/info/saveOrUpdateRestaurantInfo
接口描述
添加或者修改餐厅信息(根据有无传id执行新增还是修改)
请求参数
参数名
类型
描述
必填
id
int
id (不为空为修改,为空则是新增)
必填
enterpriseId
int
企业id
必填
restaurantName
string
餐厅名字
必填
restaurantAddress
string
餐厅地址
必填
beginTime
string
餐厅开始营业时间
必填
endTime
string
餐厅结束营业时间
必填
phoneNumber
string
联系电话
必填
discounts
string
优惠说明
必填
restaurantServe
string
商家服务
必填
notice
string
公告说明
必填
imagePath
string
餐厅图片路径
必填
cookingStyle
string
菜品系列,多个用逗号分隔
必填