This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
alroyso
/
neiyou_user_web
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2d17c47858
Rami (Branch)
Tag
master
neiyou_user_web
/
resources
/
views
/
errors
/
404.blade.php
404.blade.php
141 B
Cronologia
Originale
1
2
3
4
5
6
7
8
<?php
$result = [
'ret' => 404,
'msg' => '资源不存在',
'data' => []
];
echo json_encode($result);