文档
测试

(站点)获取站点寄存点模板

POST
https://test.yxshare.top:9090/warehouse/gettemplatebywarehouse

请求参数

参数名
类型
描述
必填
warehouse
object
数据字典
必填
id
string
示例:169
必填

响应参数

参数名
类型
描述
必填
ret
int
示例:0
必填
data
object
数据字典
必填
date
object
数据字典
必填
id
int
示例:1
必填
notify_type
int
示例:6
必填
template_content
string
示例:【云象包包】您好,您的${express}快递已放在${addr},包裹标识${code},可电询:${zdmobil},请尽快提取,详细点击${url}谢谢
必填
default_type
int
示例:0
必填
creation_time
int
示例:1615288286000
必填
status
int
示例:1
必填
msg
string
示例:请求正常
必填
code
string
示例:200
必填
list
object
示例:null
必填

说明 / 示例

响应参数: { "ret": 0, "data": { "date": { "id": 1, "notify_type": 6, "template_content": "【云象包包】您好,您的${express}快递已放在${addr},包裹标识${code},可电询:${zdmobil},请尽快提取,详细点击${url}谢谢", "default_type": 0, "creation_time": 1615288286000, "status": 1 } }, "msg": "请求正常", "code": "200", "list": null }