初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'User_id' => '买家',
|
||||
'Order_no' => '订单号',
|
||||
'Course_id' => '课程ID',
|
||||
'Price' => '单价',
|
||||
'Count' => '数量',
|
||||
'Discount' => '优惠',
|
||||
'Subtotal' => '小计',
|
||||
'After_sale_status' => '售后',
|
||||
'Refund_price' => '退款金额',
|
||||
'Refund_time' => '退款时间',
|
||||
'Refund_can_use' => '退款后可用',
|
||||
'Createtime' => '创建时间',
|
||||
'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.createtime' => '创建时间',
|
||||
'Course.updatetime' => '更新时间'
|
||||
];
|
||||
Reference in New Issue
Block a user