test-php-rest-api-user/engine/core/api/v1/test.php

6 lines
64 B
PHP
Raw Normal View History

2024-08-10 00:30:13 +08:00
<?php
$data = [
'error' => false,
'message' => 'test',
];