ok.php 84 B

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