1234567891011121314151617181920 |
- <?php
- return [
- 'Manage_title_id' => '标题ID',
- 'Manage_cover_id' => '封面ID',
- 'Manage_template_id' => '模板ID',
- 'Manage_preview_id' => '原文ID',
- 'Book_id' => '书籍ID',
- 'Chapter_idx' => '章节序号',
- 'Admin_id' => '渠道商/代理商ID',
- 'Name' => '派单渠道',
- 'Wx_type' => '微信类型',
- 'Wx_type 1' => '已认证',
- 'Wx_type 2' => '未认证',
- 'Type' => '推广类型',
- 'Type 1' => '阅读页推广',
- 'Createtime' => '创建时间',
- 'Updatetime' => '更新时间',
- 'LookAgent' => '查看代理商推广链接'
- ];
|