From d2f9c457ada424a29cd6a45809fc486b1c69852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Wed, 17 Dec 2025 11:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E8=B4=A6=E5=8F=B7-=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=8D=A1=E6=8F=90=E7=8E=B0=E5=8A=9F=E8=83=BD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Yzh/YunPay.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/Yzh/YunPay.php b/extend/Yzh/YunPay.php index 9f107826..98c9cac6 100644 --- a/extend/Yzh/YunPay.php +++ b/extend/Yzh/YunPay.php @@ -149,8 +149,8 @@ class YunPay 'dealer_id' => $this->sys_config->dealer_id, // 平台企业 ID 'broker_id' => $this->sys_config->broker_id, // 综合服务主体 ID 'real_name' => $this->real_name, - 'card_no' => $this->id_card, - 'id_card' => $this->card_no, + 'card_no' => $this->card_no, + 'id_card' => $this->id_card, 'phone_no' => $this->phone, 'pay' => $this->order_amount, 'pay_remark' => $this->remark,