Robin 6 anni fa
parent
commit
c4742ca703

+ 2 - 2
normandcrm/crm/backend/models/forms/PayForm.php

@@ -25,7 +25,7 @@ class PayForm extends Model
         6 => '迅捷支付',
         6 => '迅捷支付',
 		7 => 'Ctype支付',
 		7 => 'Ctype支付',
 		8 => '科星支付',
 		8 => '科星支付',
-		9 => '创汇支付',
+		//9 => '创汇支付',
         10 =>'OTC支付',
         10 =>'OTC支付',
 		11 =>'银联支付A',
 		11 =>'银联支付A',
 		12 =>'银联支付B',
 		12 =>'银联支付B',
@@ -41,7 +41,7 @@ class PayForm extends Model
         'xunjie' => 6,
         'xunjie' => 6,
 		'ctype' => 7,
 		'ctype' => 7,
 		'kexing' => 8,
 		'kexing' => 8,
-		'chuanghui' => 9,
+		//'chuanghui' => 9,
 		'otczhifu' =>10,
 		'otczhifu' =>10,
 		'yinliantiaozhuan'=>11,
 		'yinliantiaozhuan'=>11,
 		'yinliantiaozhuan2'=>12,
 		'yinliantiaozhuan2'=>12,

+ 2 - 2
normandcrm/service/common/config/params.php

@@ -10,8 +10,8 @@ return [
     //支付参数配置
     //支付参数配置
 	
 	
 	//创汇支付
 	//创汇支付
-    'chuanghui.payUrl' =>'http://t.fchzf.com/trade/jhpay',      //网关地址
-    'chuanghui.merId' =>'810100000002562',                      //商户号码
+    //'chuanghui.payUrl' =>'http://t.fchzf.com/trade/jhpay',      //网关地址
+    //'chuanghui.merId' =>'810100000002562',                      //商户号码
 	
 	
 	//otc支付
 	//otc支付
     'otczhifu.payUrl' => 'http://www.gpays.net/otc',              //网关地址
     'otczhifu.payUrl' => 'http://www.gpays.net/otc',              //网关地址

+ 2 - 2
normandcrm/service/common/pay/PayForm.php

@@ -31,8 +31,8 @@ class PayForm extends Model
         6 => '迅捷支付',
         6 => '迅捷支付',
 		7 => 'Ctype支付',
 		7 => 'Ctype支付',
 		8 => '科星支付',
 		8 => '科星支付',
-		*/
-        9 => '创汇支付',
+
+        9 => '创汇支付',*/
 		10 =>'OTC支付',
 		10 =>'OTC支付',
 		11 =>'银联支付A',
 		11 =>'银联支付A',
 		12 =>'银联支付B',
 		12 =>'银联支付B',