This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
alroyso
/
neiyou_user_web
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
f311d610a8
Ramos
Etiquetas
master
neiyou_user_web
/
resources
/
views
/
errors
/
404.blade.php
404.blade.php
141 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
<?php
$result = [
'ret' => 404,
'msg' => '资源不存在',
'data' => []
];
echo json_encode($result);