28 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			28 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								return [
							 | 
						||
| 
								 | 
							
								    'Manystore_id'                 => '机构账号id',
							 | 
						||
| 
								 | 
							
								    'Shop_id'                      => '机构',
							 | 
						||
| 
								 | 
							
								    'User_id'                      => '核销员前台用户',
							 | 
						||
| 
								 | 
							
								    'Classes_lib_ids'              => '平台可核销的课程',
							 | 
						||
| 
								 | 
							
								    'Status'                       => '状态',
							 | 
						||
| 
								 | 
							
								    'Status 1'                     => '开启',
							 | 
						||
| 
								 | 
							
								    'Status 2'                     => '关闭',
							 | 
						||
| 
								 | 
							
								    'Createtime'                   => '创建时间',
							 | 
						||
| 
								 | 
							
								    'Updatetime'                   => '修改时间',
							 | 
						||
| 
								 | 
							
								    'Manystore.nickname'           => '机构账号昵称',
							 | 
						||
| 
								 | 
							
								    'Manystore.avatar'             => '机构账号头像',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.name'           => '机构名称',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.image'          => '机构封面图',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.address_city'   => '机构城市选择',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.province'       => '机构省编号',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.city'           => '机构市编号',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.district'       => '机构县区编号',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.address'        => '机构地址',
							 | 
						||
| 
								 | 
							
								    'Manystoreshop.address_detail' => '机构详细地址',
							 | 
						||
| 
								 | 
							
								    'User.nickname'                => '核销员前台用户昵称',
							 | 
						||
| 
								 | 
							
								    'User.realname'                => '核销员前台用户真实姓名',
							 | 
						||
| 
								 | 
							
								    'User.mobile'                  => '核销员前台用户手机号',
							 | 
						||
| 
								 | 
							
								    'User.avatar'                  => '核销员前台用户头像'
							 | 
						||
| 
								 | 
							
								];
							 |