|
|
@ -30,6 +30,8 @@ |
|
|
|
|
|
|
|
|
$logFilePath = './wxlogde_decrypt.txt'; // 日志文件保存路径 |
|
|
$logFilePath = './wxlogde_decrypt.txt'; // 日志文件保存路径 |
|
|
|
|
|
|
|
|
|
|
|
file_put_contents($logFilePath, 'here', FILE_APPEND | LOCK_EX); |
|
|
|
|
|
|
|
|
// 获取异步回调的数据 |
|
|
// 获取异步回调的数据 |
|
|
$postData = file_get_contents('php://input'); |
|
|
$postData = file_get_contents('php://input'); |
|
|
|
|
|
|
|
|
|