加redis日志
This commit is contained in:
@@ -245,7 +245,7 @@ class YunPay
|
||||
$notifyReq = new NotifyRequest ($data, $mess, $timestamp, $sign) ;// 发起验签解密
|
||||
try {
|
||||
$result = $notifyClient->verifyAndDecrypt($notifyReq) ;
|
||||
Log::record("云账户回调信息-返回:".json_encode($result),"info");
|
||||
write_log_redis("云账户回调信息_解密返回",$result);
|
||||
$result = json_decode($result,true);
|
||||
if ($result['signRes']) {
|
||||
// 验签通过、解密成功
|
||||
|
||||
Reference in New Issue
Block a user