9 lines
No EOL
131 B
PHP
9 lines
No EOL
131 B
PHP
<?php
|
|
header('Content-Type: application/json');
|
|
?>
|
|
{
|
|
"code": "",
|
|
"data": {},
|
|
"success": true,
|
|
"error": ""
|
|
}
|