15 lines
No EOL
259 B
PHP
15 lines
No EOL
259 B
PHP
<?php
|
|
header('Content-Type: application/json');
|
|
?>
|
|
{
|
|
"code": "",
|
|
"data": {
|
|
"count": 0,
|
|
"records": [],
|
|
"nextPage": null,
|
|
"previousPage": null,
|
|
"size": 0
|
|
},
|
|
"success": true,
|
|
"error": ""
|
|
}
|