优化:云账户回调

This commit is contained in:
2025-08-13 10:38:37 +08:00
parent 4fc571e5e2
commit ebdfd04105

View File

@@ -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']) {