messages.php 991 B

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'User_id' => '接收用户ID',
  4. 'Refer_id' => '引用数据ID',
  5. 'Refer_type' => '引用数据类型',
  6. 'Refer_type Demands' => '需求订单',
  7. 'Refer_type Orders' => '产品订单',
  8. 'Template_id' => '消息模板id',
  9. 'Page' => '跳转页面及参数',
  10. 'Data_json' => '要发送的数据json格式',
  11. 'Type' => '消息类型',
  12. 'Type 0' => '微信消息',
  13. 'Type 1' => '短信消息',
  14. 'Status' => '消息状态',
  15. 'Status 0' => '未发送',
  16. 'Set status to 0' => '设为未发送',
  17. 'Status 1' => '发送成功',
  18. 'Set status to 1' => '设为发送成功',
  19. 'Status 2' => '发送失败',
  20. 'Set status to 2' => '设为发送失败',
  21. 'Deleted_at' => '删除时间',
  22. 'Createtime' => '创建时间',
  23. 'Updatetime' => '更新时间'
  24. ];