rabin 1 年之前
父节点
当前提交
1b7f3c894c
共有 1 个文件被更改,包括 6 次插入6 次删除
  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',
 		),