message.php 569 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Message_name' => '推送消息名称',
  5. 'Message_type' => '消息类型',
  6. 'Subscription_type' => '公众号类型',
  7. 'Subscription_ids' => '指定公众号ID',
  8. 'User_group_ids' => '用户组ID',
  9. 'Send_status' => '发送状态',
  10. 'Message_status' => '状态',
  11. 'Current_month_count' => '本月收取消息次数',
  12. 'Send_time' => '发送时间',
  13. 'Create_time' => '创建时间',
  14. 'Update_time' => '更新时间',
  15. 'Is_save_to_library' => '是否保存至素材库'
  16. ];