event.php 792 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Platform' => '支持平台',
  5. 'Platform user' => '用户',
  6. 'Platform admin' => '后台',
  7. 'Type' => '支持类型',
  8. 'Type msg' => '站内通知',
  9. 'Type email' => '邮箱通知',
  10. 'Type template' => '模版消息(公众号)',
  11. 'Name' => '消息名称',
  12. 'Event' => '消息事件',
  13. 'Send_num' => '发送次数',
  14. 'Send_fail_num' => '发送失败次数',
  15. 'Content' => '参数',
  16. 'Visible_switch' => '状态',
  17. 'Visible_switch 0' => '关闭',
  18. 'Visible_switch 1' => '启用',
  19. 'Createtime' => '创建时间',
  20. 'Updatetime' => '更新时间',
  21. 'Deletetime' => '删除时间'
  22. ];