基础框架同步

This commit is contained in:
2025-08-13 11:16:12 +08:00
parent fb6c1e1600
commit 48a608cdb3
16 changed files with 1276 additions and 6 deletions

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