rabin 8 months ago
parent
commit
1b7f3c894c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      database/yspay.php

+ 6 - 6
database/yspay.php

@@ -173,33 +173,33 @@ return array
 		'cash_mid'		=> array
 		(
 			'type' 		=> 'varchar-200',
-			'name' 		=> '主体分账商户号',
+			'name' 		=> '主体分账商户号-已废弃',
 			'default' 	=> '',
 			'desc' 		=> '主体分账商户号',
 			'match' 	=> 'is_string',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 			'show'		=> 'type=2',
 		),
 
 		'cash_merno'		=> array
 		(
 			'type' 		=> 'varchar-200',
-			'name' 		=> '主体分账企业用户号',
+			'name' 		=> '主体分账企业用户号-已废弃',
 			'default' 	=> '',
 			'desc' 		=> '主体分账企业用户号',
 			'match' 	=> 'is_string',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 			'show'		=> 'type=2',
 		),
 
 		'cash_card'		=> array
 		(
 			'type' 		=> 'varchar-150',
-			'name' 		=> '主体分账卡号',
+			'name' 		=> '主体分账卡号-已废弃',
 			'default' 	=> '',
 			'desc' 		=> '主体分账卡号',
 			'match' 	=> 'is_string',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 			'show'		=> 'type=2',
 		),