请求参数
参数名
类型
描述
必填
notify_type
int
业务类型 6:入库取件短信
必填
响应参数
参数名
类型
描述
必填
demoList
Object
demo列表
必填
notify_type
int
业务类型 6为入库
必填
template_content
String
短信模板
必填
default_type
int
默认类型 0为其他 1为默认模板
可选
creation_time
string
创建时间
可选
status
int
状态 1为可用 2为不可用
必填
说明 / 示例
请求参数:
{
"msg":{
"notify_type":6
}
}
返回结果:
{
"ret": 0,
"data": {
"demoList": [
{
"id": 1,
"notify_type": 6,
"template_content": "【云象包包】您好,您的${express}快递已放在${addr},包裹标识${code},可电询:${xgmobil},请尽快提取,详细点击${url}谢谢",
"default_type": 0,
"creation_time": 1615288286000,
"status": 1
},
{
"id": 2,
"notify_type": 6,
"template_content": "【云象包包】您好,您的${express}快递已放在${addr},包裹标识${code},请尽快提取,详细点击${url}谢谢",
"default_type": 0,
"creation_time": 1615288331000,
"status": 1
},
{
"id": 3,
"notify_type": 6,
"template_content": "【云象包包】您好,您的${express}快递已放在${addr},可电询:${xgmobil},请尽快提取,详细点击${url}谢谢",
"default_type": 0,
"creation_time": 1615288364000,
"status": 1
},
{
"id": 4,
"notify_type": 6,
"template_content": "【云象包包】您好,您的${express}快递已放在${addr},请尽快提取,详细点击${url}谢谢",
"default_type": 0,
"creation_time": 1615288395000,
"status": 1
},
{
"id": 5,
"notify_type": 6,
"template_content": "【云象包包】您好,您的${express}快递已放在${addr},详细点击${url}",
"default_type": 0,
"creation_time": 1615288421000,
"status": 1
}
]
},
"msg": null,
"code": "200",
"list": null
}