rabin 1 year ago
parent
commit
2219bc210c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/yspay_merchant.php

+ 1 - 1
database/yspay_merchant.php

@@ -155,7 +155,7 @@ return array
         'cash_per'		=> array
 		(
 			'type' 		=> 'int-11',
-			'name' 		=> '平台分账百分比-如输入10,就是从总支付金额中分账10%,输入0则使用默认分账百分比,输入-1则不进行百分比分账',
+			'name' 		=> '平台分账百分比-如输入10,就是从总支付金额中分账10%,输入0则使用默认分账百分比,输入负数则不进行百分比分账',
 			'default' 	=> '',
 			'desc' 		=> '平台分账百分比',
 			'match' 	=> 'option',