template.php 982 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Notice_event_id' => '事件',
  5. 'Platform' => '平台',
  6. 'Platform user' => '用户',
  7. 'Platform admin' => '后台',
  8. 'Type' => '类型',
  9. 'Type msg' => '站内通知',
  10. 'Type email' => '邮箱通知',
  11. 'Type template' => '模版消息(公众号)',
  12. 'Content' => '消息内容',
  13. 'Visible_switch' => '状态',
  14. 'Visible_switch 0' => '关闭',
  15. 'Visible_switch 1' => '启用',
  16. 'Send_num' => '发送次数',
  17. 'Send_fail_num' => '发送失败次数',
  18. 'Ext' => '扩展数据',
  19. 'Createtime' => '创建时间',
  20. 'Updatetime' => '更新时间',
  21. 'Noticeevent.id' => 'ID',
  22. 'Noticeevent.name' => '消息名称',
  23. 'mptemplate_id' => '公众号模版id',
  24. 'mptemplate_json' => '模版参数',
  25. 'url' => 'url',
  26. 'url_title' => 'url标题',
  27. 'url_type' => 'url类型',
  28. ];