mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
调整支付通知处理
This commit is contained in:
parent
a687b005d5
commit
29a9caa1eb
@ -229,7 +229,7 @@ abstract class BasicWePay
|
|||||||
$data['result'] = $aes->decryptToString(
|
$data['result'] = $aes->decryptToString(
|
||||||
$data['resource']['associated_data'],
|
$data['resource']['associated_data'],
|
||||||
$data['resource']['nonce'],
|
$data['resource']['nonce'],
|
||||||
$data['resource']['algorithm']
|
$data['resource']['ciphertext']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return $data;
|
return $data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user