|  | @@ -54,7 +54,7 @@ return [
 | 
	
		
			
				|  |  |          'title' => 'ICP备案号',
 | 
	
		
			
				|  |  |          'type' => 'string',
 | 
	
		
			
				|  |  |          'content' => [],
 | 
	
		
			
				|  |  | -        'value' => '',
 | 
	
		
			
				|  |  | +        'value' => 'ICP备案号',
 | 
	
		
			
				|  |  |          'rule' => '',
 | 
	
		
			
				|  |  |          'msg' => '',
 | 
	
		
			
				|  |  |          'tip' => '',
 | 
	
	
		
			
				|  | @@ -66,7 +66,7 @@ return [
 | 
	
		
			
				|  |  |          'title' => '公安备案号',
 | 
	
		
			
				|  |  |          'type' => 'string',
 | 
	
		
			
				|  |  |          'content' => [],
 | 
	
		
			
				|  |  | -        'value' => '',
 | 
	
		
			
				|  |  | +        'value' => '公安备案号',
 | 
	
		
			
				|  |  |          'rule' => '',
 | 
	
		
			
				|  |  |          'msg' => '',
 | 
	
		
			
				|  |  |          'tip' => '',
 | 
	
	
		
			
				|  | @@ -327,6 +327,7 @@ return [
 | 
	
		
			
				|  |  |          'content' => [
 | 
	
		
			
				|  |  |              'wechat' => '微信支付',
 | 
	
		
			
				|  |  |              'alipay' => '支付宝支付',
 | 
	
		
			
				|  |  | +            'balance' => '余额支付',
 | 
	
		
			
				|  |  |          ],
 | 
	
		
			
				|  |  |          'value' => 'wechat,alipay',
 | 
	
		
			
				|  |  |          'rule' => 'required',
 | 
	
	
		
			
				|  | @@ -778,7 +779,7 @@ return [
 | 
	
		
			
				|  |  |          'title' => '微信小程序AppID',
 | 
	
		
			
				|  |  |          'type' => 'string',
 | 
	
		
			
				|  |  |          'content' => [],
 | 
	
		
			
				|  |  | -        'value' => '',
 | 
	
		
			
				|  |  | +        'value' => 'wx84a6c614d68ee3c5',
 | 
	
		
			
				|  |  |          'rule' => '',
 | 
	
		
			
				|  |  |          'msg' => '',
 | 
	
		
			
				|  |  |          'tip' => '微信小程序的app_id',
 | 
	
	
		
			
				|  | @@ -790,7 +791,7 @@ return [
 | 
	
		
			
				|  |  |          'title' => '微信小程序AppSecret',
 | 
	
		
			
				|  |  |          'type' => 'string',
 | 
	
		
			
				|  |  |          'content' => [],
 | 
	
		
			
				|  |  | -        'value' => '',
 | 
	
		
			
				|  |  | +        'value' => '207517012a3a0ea95aa142401fe16b59',
 | 
	
		
			
				|  |  |          'rule' => '',
 | 
	
		
			
				|  |  |          'msg' => '',
 | 
	
		
			
				|  |  |          'tip' => '微信小程序的app_secret',
 | 
	
	
		
			
				|  | @@ -846,6 +847,18 @@ return [
 | 
	
		
			
				|  |  |          'extend' => '',
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  |      [
 | 
	
		
			
				|  |  | +        'name' => 'wx_universal_link',
 | 
	
		
			
				|  |  | +        'title' => 'IOSAPP微信授权登录地址',
 | 
	
		
			
				|  |  | +        'type' => 'string',
 | 
	
		
			
				|  |  | +        'content' => [],
 | 
	
		
			
				|  |  | +        'value' => '',
 | 
	
		
			
				|  |  | +        'rule' => '',
 | 
	
		
			
				|  |  | +        'msg' => '',
 | 
	
		
			
				|  |  | +        'tip' => 'IOSAPP授权登录需要的地址',
 | 
	
		
			
				|  |  | +        'ok' => '',
 | 
	
		
			
				|  |  | +        'extend' => '',
 | 
	
		
			
				|  |  | +    ],
 | 
	
		
			
				|  |  | +    [
 | 
	
		
			
				|  |  |          'name' => 'logintypelist',
 | 
	
		
			
				|  |  |          'title' => '登录类型列表',
 | 
	
		
			
				|  |  |          'type' => 'checkbox',
 | 
	
	
		
			
				|  | @@ -853,9 +866,9 @@ return [
 | 
	
		
			
				|  |  |              'account' => '账号密码登录',
 | 
	
		
			
				|  |  |              'mobile' => '手机号登录',
 | 
	
		
			
				|  |  |              'wechat' => '微信授权登录',
 | 
	
		
			
				|  |  | -            'wechatmobile' => '微信手机授权登录',
 | 
	
		
			
				|  |  | +            'wechatMobile' => '微信手机授权登录',
 | 
	
		
			
				|  |  |          ],
 | 
	
		
			
				|  |  | -        'value' => 'account,mobile,wechat,wechatmobile',
 | 
	
		
			
				|  |  | +        'value' => 'account,mobile,wechat,wechatMobile',
 | 
	
		
			
				|  |  |          'rule' => '',
 | 
	
		
			
				|  |  |          'msg' => '',
 | 
	
		
			
				|  |  |          'tip' => '',
 |