Browse Source

debug wxnotify

master
dutsc 3 years ago
parent
commit
f169bd4d38
  1. 3
      mobile/wxnotify.php

3
mobile/wxnotify.php

@ -39,6 +39,9 @@ $postData = file_get_contents('php://input');
file_put_contents($logFilePath, "here1\n\r", FILE_APPEND | LOCK_EX);
session_start();
file_put_contents($logFilePath, "here2\n\r", FILE_APPEND | LOCK_EX);
file_put_contents($logFilePath, BASE_PATH."\n\r", FILE_APPEND | LOCK_EX);
require_once(BASE_PATH . 'helpers/dalianpay/library/Base.php');
file_put_contents($logFilePath, "here3\n\r", FILE_APPEND | LOCK_EX);
$Base = new Base();

Loading…
Cancel
Save