worknova.manus/apiv3/footer.php
LAPTOP-V9RRD1TL\Michelle's Computer f8f8fcaf96 first commit
2025-07-21 21:38:17 +08:00

16 lines
255 B
PHP

<?php
$data['staff_info'] = $staff_info ;
$result = [
'status' => $status,
'message' => $message[$status],
'data' => $data
] ;
saveLog( 'api', 'API', $array, $result ) ;
header('Content-Type: application/json') ;
echo json_encode($result) ;
?>