22 lines
		
	
	
		
			646 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			646 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'Brand_id'        => '所属小程序',
 | 
						|
    'Title'           => '名称',
 | 
						|
    'Thumb_image'     => '图片',
 | 
						|
    'Banner_position' => '广告位置',
 | 
						|
    'Is_redirect'     => '是否跳转',
 | 
						|
    'Data_id'         => '跳转id',
 | 
						|
    'Weigh'           => '排序',
 | 
						|
    'Status'          => '状态',
 | 
						|
    'Updatetime'      => '更新时间',
 | 
						|
    'Createtime'      => '创建时间',
 | 
						|
    'Index'           => '首页',
 | 
						|
    'Course'          => '课程',
 | 
						|
    'Mine'            => '我的',
 | 
						|
    'Is_redirect_0'   => '否',
 | 
						|
    'Is_redirect_1'   => '课程',
 | 
						|
    'Is_redirect_2'   => '活动',
 | 
						|
    'Is_redirect_3'   => '店铺',
 | 
						|
];
 |