This commit is contained in:
aozhiwei 2020-10-20 15:48:25 +08:00
parent ee98b07c3a
commit 8f6fb4adf7

View File

@ -135,6 +135,8 @@ class UnifiedWeiXin extends BaseSdk {
public function payNotify()
{
$raw_data = file_get_contents('php://input');
error_log($_REQUEST);
error_log($raw_data);
$xml = new \SimpleXMLElement($raw_data);
if ($xml->return_code == 'SUCCESS') {
$this->spPayConfirm(