2024-02-28 17:33:11 +08:00

4 lines
84 B
PHP

<?php
header("Content-Type: application/json;charset=UTF-8");
echo '{"msg": "ok"}';