feat/task1-c-wallet
devil_gong 2018-10-25 18:17:36 +08:00
parent 08d0399b40
commit fea0510522
1 changed files with 2 additions and 1 deletions

View File

@ -181,6 +181,8 @@ class AlipayLife
<sign>'.$this->MyRsaSign($response_xml).'</sign>
<sign_type>RSA2</sign_type>
</alipay>';
file_put_contents('./ffffff.txt', $return_xml);
die($return_xml);
}
@ -267,7 +269,6 @@ class AlipayLife
// 开始处理
$status = $this->OutRsaVerify($this->ArrayToUrlString($this->params), $this->params['sign']);
file_put_contents('./ffffff.txt', json_encode($_POST));
$this->Respond($status);
}