From ebdfd041052e29553cc855ea246ac0b84ccd137b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Wed, 13 Aug 2025 10:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=BA=91=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Yzh/YunPay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/Yzh/YunPay.php b/extend/Yzh/YunPay.php index f023535..12e9e88 100644 --- a/extend/Yzh/YunPay.php +++ b/extend/Yzh/YunPay.php @@ -230,7 +230,7 @@ class YunPay // 异步回调参数 $notifyReq = new NotifyRequest ($data, $mess, $timestamp, $sign) ;// 发起验签解密 try { - $result = $notifyClient->verifyAndDescrype($notifyReq) ; + $result = $notifyClient->verifyAndDecrypt($notifyReq) ; Log::record("云账户回调信息-返回:".json_encode($result),"info"); $result = json_decode($result,true); if ($result['signRes']) {