Files
youlegames/codes/agent/game/api/notice.php
2026-03-15 01:27:05 +08:00

7 lines
144 B
PHP

<?php
$xml = file_get_contents('php://input');
file_put_contents('c:/' . $_SERVER['REQUEST_METHOD'] . '.txt', $xml);
echo 'success';
exit;