hch
2025-11-06 6eb44269436d3ce2d4181ddb5aadceccb06ef76a
1
2
3
<?php
$ret = ['serverTime' => time()];
echo json_encode($ret);