优化:云账户回调
This commit is contained in:
@@ -230,7 +230,7 @@ class YunPay
|
|||||||
// 异步回调参数
|
// 异步回调参数
|
||||||
$notifyReq = new NotifyRequest ($data, $mess, $timestamp, $sign) ;// 发起验签解密
|
$notifyReq = new NotifyRequest ($data, $mess, $timestamp, $sign) ;// 发起验签解密
|
||||||
try {
|
try {
|
||||||
$result = $notifyClient->verifyAndDescrype($notifyReq) ;
|
$result = $notifyClient->verifyAndDecrypt($notifyReq) ;
|
||||||
Log::record("云账户回调信息-返回:".json_encode($result),"info");
|
Log::record("云账户回调信息-返回:".json_encode($result),"info");
|
||||||
$result = json_decode($result,true);
|
$result = json_decode($result,true);
|
||||||
if ($result['signRes']) {
|
if ($result['signRes']) {
|
||||||
|
|||||||
Reference in New Issue
Block a user