数据库字典
消息模版设置表
字段 | 类型 | 空 | 默认 | 注释 |
---|---|---|---|---|
id | int(10) | no | 表ID | |
uniacid | int(11) | no | 0 | 公众号ID |
title | varchar(255) | no | 0 | 模版名称 |
template_id | varchar(255) | no | Empty String | 微信消息模版ID |
first | text(0) | yes | null | 消息模版标题 |
first_color | varchar(255) | yes | null | 消息模版标题颜色 |
data | text(0) | yes | null | 消息模版内容(json格式) |
remark | text(0) | yes | null | 消息模版结尾 |
remark_color | text(0) | yes | null | 消息模版结尾颜色 |
is_default | text(0) | no | null | 是否默认消息模版 |
is_open | text(0) | yes | null | 是否被开启 |
notice_type | text(0) | no | null | 默认消息模版类型 |