12345678910111213141516171819202122232425 |
- <?php
- return [
- 'User_id' => '接收用户ID',
- 'Refer_id' => '引用数据ID',
- 'Refer_type' => '引用数据类型',
- 'Refer_type Demands' => '需求订单',
- 'Refer_type Orders' => '产品订单',
- 'Template_id' => '消息模板id',
- 'Page' => '跳转页面及参数',
- 'Data_json' => '要发送的数据json格式',
- 'Type' => '消息类型',
- 'Type 0' => '微信消息',
- 'Type 1' => '短信消息',
- 'Status' => '消息状态',
- 'Status 0' => '未发送',
- 'Set status to 0' => '设为未发送',
- 'Status 1' => '发送成功',
- 'Set status to 1' => '设为发送成功',
- 'Status 2' => '发送失败',
- 'Set status to 2' => '设为发送失败',
- 'Deleted_at' => '删除时间',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间'
- ];
|