回掉0.4

master
chenzhi 5 years ago
parent f8f5c3b4e0
commit 48be6af89b

@ -40,6 +40,7 @@ class Notify2Controller extends BaseController
$aop->alipayrsaPublicKey = file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt");
$result = $aop->rsaCheckV1($notify,"",'RSA2');
Log::write(json_encode($notify),Log::DEBUG);
Log::write(file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt"),Log::DEBUG);
Log::write(json_encode($result),Log::DEBUG);
if ($result) {
//获取回调订单信息

Loading…
Cancel
Save