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