vipcustomurl.php 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. return [
  3. 'Custom_id' => '客服消息表id。custom表的id',
  4. 'Idx' => '位置。微信图文的第几条链接。',
  5. 'Custom_media_push_id' => 'custom_media_push表id',
  6. 'Title' => '标题',
  7. 'Message_type' => '类型',
  8. 'Message_type 0' => '图文',
  9. 'Message_type 1' => '文字链',
  10. 'Url' => '链接',
  11. 'Type' => '链接类型',
  12. 'Type 0' => '书籍',
  13. 'Type 1' => '活动',
  14. 'Type 2' => '继续阅读',
  15. 'Type 3' => '菜单',
  16. 'Type 4' => '没有url的文案',
  17. 'Type 5' => '其他',
  18. 'Type 6' => '自定义链接',
  19. 'Official_account_id' => '公众号id。official_account_type为0时,为admin表(渠道商)的id;official_account_type为1时,此字段为subscription表id。',
  20. 'Official_account_type' => '公众号类型',
  21. 'Official_account_type 0' => '服务号',
  22. 'Official_account_type 1' => '订阅号',
  23. 'Official_account_name' => '公众号名称',
  24. 'Push_type' => '推送类型',
  25. 'Push_type 0' => '外派',
  26. 'Push_type 1' => '内推',
  27. 'Book_id' => '书籍id',
  28. 'Book_name' => '书籍客显名。',
  29. 'Book_realname' => '书籍原始名',
  30. 'Createtime' => '创建时间',
  31. 'Updatetime' => '更新时间'
  32. ];