Files
aler_dashboard_git/alert_dashboard/www/api/debug.php
T

4 lines
131 B
PHP

<?php
header("Content-Type:application/json;charset=utf-8");
echo json_encode(["code"=>200,"msg"=>"PHP正常,mysqli已加载"]);