根据消息设置编号获取消息设置信息
开发中GET
http://127.0.0.1:5200/api/app/soas/csoasop/v1.0/commun/getmesinfo请求参数
Query 参数
code
string
可选
示例值:
XXSZ2023020700001
Header 参数
Cookie
string
可选
示例值:
caf_web_session=ODJhZThjNWItODYyNi00MzgwLThiZDQtZjgyNmE2NmM2MWJm
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ok
boolean
必需
code
string
必需
msg
string
必需
data
object
必需
id
string
必需
billcode
string
必需
mestitle
null
必需
email
integer
必需
wug
integer
必需
sms
integer
必需
emailtemplate
object
必需
smstemplate
object
必需
wugtemplate
object
必需
示例
{
"ok": true,
"code": "string",
"msg": "string",
"data": {
"id": "string",
"billcode": "string",
"mestitle": null,
"email": 0,
"wug": 0,
"sms": 0,
"emailtemplate": {
"id": "string",
"billcode": "string",
"externaltemp": "string",
"tempcontent": "string",
"tempname": "string",
"temprichtext": "string",
"temptype": "string"
},
"smstemplate": {
"id": "string",
"billcode": "string",
"externaltemp": "string",
"tempcontent": "string",
"tempname": "string",
"temprichtext": "string",
"temptype": "string"
},
"wugtemplate": {
"id": "string",
"billcode": "string",
"externaltemp": "string",
"tempcontent": "string",
"tempname": "string",
"temprichtext": "string",
"temptype": "string"
}
}
}
最后修改时间: 2 年前