|
@@ -156,6 +156,10 @@ abstract class BasicAliPay
|
|
|
*/
|
|
|
public function notify($needSignType = false)
|
|
|
{
|
|
|
+ $data = ['aa'=>1];
|
|
|
+ echo 2222;die;
|
|
|
+ file_put_contents('pay1.txt',json_encode($data));
|
|
|
+ die;
|
|
|
$data = $_POST;
|
|
|
file_put_contents("aplopenvip1.txt", json_encode($data,true) . "\n" . "\n", FILE_APPEND);
|
|
|
file_put_contents("aplopenvip2.txt", $data . "\n" . "\n", FILE_APPEND);
|