添加短信模板
POST
http://localhost:9003/appsmstemplate/add
请求参数
参数名
类型
描述
必填
tempName
string
模板名字
必填
tempType
string
模板类型
必填
tempContent
string
模板内容
必填
thirdTemplateId
string
第三方模板id
必填
tempState
string
模板状态 0-关闭,1-开启
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:操作成功
必填
obj
object
示例:null
必填
code
string
示例:100
必填
version
string
示例:1.0
必填
size
number
示例:0
必填