You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							40 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							40 lines
						
					
					
						
							1.3 KiB
						
					
					
				
								<?php
							 | 
						|
								return [
							 | 
						|
								    'labels' => [
							 | 
						|
								        'Agent' => '代理商',
							 | 
						|
								        'agent' => '代理商',
							 | 
						|
										'agent_info' => '代理商信息',
							 | 
						|
										'mini_program' => '小程序管理',
							 | 
						|
										'upload' => '上传',
							 | 
						|
								    ],
							 | 
						|
								    'fields' => [
							 | 
						|
								        'account' => '账号',
							 | 
						|
								        'password' => '密码',
							 | 
						|
								        'name' => '代理商简称',
							 | 
						|
								        'avatar' => '头像',
							 | 
						|
								        'appid' => '微信AppID',
							 | 
						|
								        'appsecret' => '微信AppSecret',
							 | 
						|
								        'mchid' => '微信支付mch_id',
							 | 
						|
								        'mchkey' => '微信支付key',
							 | 
						|
								        'status' => '状态',
							 | 
						|
								        'type' => '代理商类型',
							 | 
						|
								        'company_name' => '公司名称',
							 | 
						|
								        'credit_codes' => '统一社会信用代码',
							 | 
						|
								        'logo' => 'LOGO',
							 | 
						|
								        'license' => '许可证',
							 | 
						|
								        'contract' => '入驻合同',
							 | 
						|
								        'corporate_account' => '对公账号',
							 | 
						|
								        'deposit_bank' => '对公账号开户行',
							 | 
						|
								        'address' => '公司地址',
							 | 
						|
								        'business_license' => '营业执照',
							 | 
						|
								        'director' => '负责人',
							 | 
						|
								        'legal_persona_name' => '法人姓名',
							 | 
						|
								        'legal_persona_wechat' => '法人微信号',
							 | 
						|
								        'contact_phone' => '联系电话',
							 | 
						|
								        'contact_mobile' => '联系手机',
							 | 
						|
								        'rate' => '抽成比例',
							 | 
						|
										'agentInfo' => trans('agent-info.fields'),
							 | 
						|
								    ],
							 | 
						|
								    'options' => [
							 | 
						|
								    ],
							 | 
						|
								];
							 |