imagetextmediapush.php 799 B

123456789101112131415161718192021222324
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Message_media_id' => '素材id',
  5. 'Admin_id' => '渠道id',
  6. 'Official_account_type' => '公众号类型',
  7. 'Official_account_type 0' => '服务号',
  8. 'Official_account_type 1' => '订阅号',
  9. 'Official_account_service_ids' => '推送服务号id',
  10. 'Official_account_subscribe_ids' => '推送订阅号id',
  11. 'Message_text' => '文字链',
  12. 'Message_json' => '图文结构',
  13. 'Message_type' => '类型',
  14. 'Message_type 0' => '图文',
  15. 'Message_type 1' => '文字链',
  16. 'Type' => '状态',
  17. 'Type 0' => '待发送',
  18. 'Type 1' => '发送中',
  19. 'Type 2' => '已发送',
  20. 'Sendtime' => '发送时间',
  21. 'Createtime' => '创建时间',
  22. 'Updatetime' => '更新时间'
  23. ];