57 lines
2.9 KiB
PHP
57 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'Card_id' => '会员卡',
|
|
'Goods_id' => '商品',
|
|
'Type' => '类型 free=免费;discount=折扣',
|
|
'Createtime' => '创建时间',
|
|
'Card.title' => '标题',
|
|
'Card.subtitle' => '副标题',
|
|
'Card.sku' => '规格',
|
|
'Card.privilege_discount' => '折扣权益 1=开启;0=关闭',
|
|
'Card.privilege_free' => '免费权益 1=开启;0=关闭',
|
|
'Card.style' => '卡面风格 1=系统;2=自定义',
|
|
'Card.style_color' => '自定义颜色',
|
|
'Card.show_privilege' => '卡面展示',
|
|
'Card.createtime' => '创建时间',
|
|
'Course.uniacid' => 'uniacid',
|
|
'Course.name' => '名称',
|
|
'Course.cover' => '封面',
|
|
'Course.type' => '内容类型',
|
|
'Course.detail' => '内容详情',
|
|
'Course.video_patch' => '视频封面',
|
|
'Course.video_path' => '视频地址',
|
|
'Course.audio_path' => '音频地址',
|
|
'Course.sales_type' => '售卖方式 单独售卖 alone 专栏内容 column',
|
|
'Course.pay_type' => '单独售卖方式',
|
|
'Course.price' => '商品价格',
|
|
'Course.price_marking' => '划线价格',
|
|
'Course.password' => '购买密码',
|
|
'Course.validity_type' => '有效期类型 long长期有效 fix固定时间 diy自定义时间',
|
|
'Course.validity_diy_time' => '有效期 自定义时间',
|
|
'Course.validity_fix_time' => '有效期 固定时间',
|
|
'Course.try_read_status' => '试读开关',
|
|
'Course.try_read_content' => '试读内容',
|
|
'Course.try_listen_status' => '试听开关',
|
|
'Course.try_listen_content' => '试听内容',
|
|
'Course.try_watch_status' => '试看开关',
|
|
'Course.try_watch_content' => '试看内容',
|
|
'Course.limit_watch' => '播放限制 progress拖动进度条 speed倍速播放',
|
|
'Course.limit_copy' => '禁止复制内容',
|
|
'Course.bind_data' => '相关资料',
|
|
'Course.shelf_type' => '上架设置 now立即上架 time定时上架 no暂不上架',
|
|
'Course.shelf_time' => '上架时间',
|
|
'Course.unshelf_status' => '定时下架',
|
|
'Course.unshelf_time' => '定时下架时间',
|
|
'Course.shelf_pause' => '暂停销售',
|
|
'Course.shelf_timing' => '定时上架触发',
|
|
'Course.unshelf_timing' => '定时下架触发',
|
|
'Course.hide' => '隐藏',
|
|
'Course.column_update' => '内容更新顺序',
|
|
'Course.status' => '上架状态',
|
|
'Course.views' => '浏览量',
|
|
'Course.sales' => '销量',
|
|
'Course.createtime' => '创建时间',
|
|
'Course.updatetime' => '更新时间'
|
|
];
|