From 8164119a7b7f190e8959ff41e587e882c619e89e Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sat, 25 Feb 2023 00:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/PayH5Controller.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/PayH5Controller.class.php b/Application/Sdk/Controller/PayH5Controller.class.php index 20e8d03..a25897c 100644 --- a/Application/Sdk/Controller/PayH5Controller.class.php +++ b/Application/Sdk/Controller/PayH5Controller.class.php @@ -856,7 +856,7 @@ class PayH5Controller extends BaseController{ exit; } } elseif($pay_info['channel'] == 6) { // 酷点 - $request['pay_way'] = 11; + $request['pay_way'] = 21; $request['pay_status'] = 0; $request['spend_ip'] = get_client_ip(); $request['merchant_id'] = $pay_info['id']; @@ -1653,7 +1653,7 @@ class PayH5Controller extends BaseController{ } } elseif($pay_info['channel'] == 6) { // 酷点 - $request['pay_way'] = 11; + $request['pay_way'] = 21; $request['pay_status'] = 0; $request['spend_ip'] = get_client_ip(); $request['merchant_id'] = $pay_info['id'];