编辑自动短信模板
POST
http://localhost:8888/api/accommessage/templatelist/edit?
请求参数
参数名
类型
描述
必填
templateId
int
模板Id
必填
systemId
int
示例:1
必填
shopId
int
示例:1
必填
templateName
string
示例:客人即将退房提醒
必填
templateDesc
string
示例:退房时间前30分钟(默认退房时间为中午12:00),给入住人自动发送
必填
templateFixedContent
string
示例:【梅隆阁民宿】您入住的豪华大床房-302即将到达退房时间,请及时整理您的物品以免丢失。
必填
templateUserDefinedContent
string
示例:
必填
响应参数
参数名
类型
描述
必填
code
string
示例:1
必填
data
object
示例:null
必填
errorDetail
string
示例:
必填
msg
string
示例:成功
必填