Browse Source

test

master
dutsc 3 years ago
parent
commit
48fd2f8d87
  1. 2
      mobile/wxnotify.php

2
mobile/wxnotify.php

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

Loading…
Cancel
Save