referral.php 627 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'Manage_title_id' => '标题ID',
  4. 'Manage_cover_id' => '封面ID',
  5. 'Manage_template_id' => '模板ID',
  6. 'Manage_preview_id' => '原文ID',
  7. 'Book_id' => '书籍ID',
  8. 'Chapter_idx' => '章节序号',
  9. 'Admin_id' => '渠道商/代理商ID',
  10. 'Name' => '派单渠道',
  11. 'Wx_type' => '微信类型',
  12. 'Wx_type 1' => '已认证',
  13. 'Wx_type 2' => '未认证',
  14. 'Type' => '推广类型',
  15. 'Type 1' => '阅读页推广',
  16. 'Createtime' => '创建时间',
  17. 'Updatetime' => '更新时间',
  18. 'LookAgent' => '查看代理商推广链接'
  19. ];