|
|
@ -38,10 +38,10 @@ class Notify2Controller extends BaseController
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Vendor('Alipay.AopSdk');
|
|
|
|
Vendor('Alipay.AopSdk');
|
|
|
|
$aop = new \AopClient();
|
|
|
|
$aop = new \AopClient();
|
|
|
|
$aop->alipayrsaPublicKey = file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt");
|
|
|
|
// $aop->alipayrsaPublicKey = file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt");
|
|
|
|
Log::write($aop, Log::DEBUG);
|
|
|
|
Log::write(file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt"), Log::DEBUG);
|
|
|
|
$result = $aop->rsaCheckV2($notify,'','RSA2');
|
|
|
|
$result = $aop->rsaCheckV1($notify,"./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt",'RSA2');
|
|
|
|
Log::write(serialize($result), Log::DEBUG);
|
|
|
|
Log::write($result,Log::DEBUG);
|
|
|
|
if ($result) {
|
|
|
|
if ($result) {
|
|
|
|
//获取回调订单信息
|
|
|
|
//获取回调订单信息
|
|
|
|
if (I('get.methodtype') == "notify") {
|
|
|
|
if (I('get.methodtype') == "notify") {
|
|
|
|