1
This commit is contained in:
parent
ee98b07c3a
commit
8f6fb4adf7
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user