返回结果不验签

因为老是有人把支付宝公钥搞错
This commit is contained in:
邹景立 2023-05-07 14:11:34 +08:00
parent 940cdf8abf
commit af7ea76eae

View File

@ -285,9 +285,9 @@ abstract class BasicAliPay
$data[$method]['code'], $data
);
}
// return $data[$method];
return $data[$method];
// 返回结果签名检查
return $this->verify($data[$method], $data['sign']);
// return $this->verify($data[$method], $data['sign']);
}
/**